Skip to content

Commit 8175f18

Browse files
committed
Auto-generated commit
1 parent 0a06049 commit 8175f18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

-1
This file was deleted.

docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { Collection } from '@stdlib/types/array';
3131
* @returns new `Buffer` instance
3232
*
3333
* @example
34-
* var fromArray = require( `@stdlib/buffer/from-array` );
34+
* var fromArray = require( '@stdlib/buffer-from-array' );
3535
*
3636
* var buf = fromArray( [ 1, 2, 3, 4 ] );
3737
* // returns <Buffer>

0 commit comments

Comments
 (0)