Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 7, 2024
1 parent bb1c0b0 commit ff2f7ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 1 addition & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Buffer } from 'buffer';
* @returns new `Buffer` instance
*
* @example
* var fromArray = require( `@stdlib/buffer/from-array` );
* var fromArray = require( '@stdlib/buffer-from-array' );
*
* var b1 = fromArray( [ 1, 2, 3, 4 ] );
* // returns <Buffer>
Expand Down

0 comments on commit ff2f7ba

Please sign in to comment.