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 1e2e6aa commit be59e23
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 @@ -60,7 +60,7 @@ type Array5D<T> = Array<Array<Array<Array<Array<T>>>>>;
* @returns output array
*
* @example
* var constantFunction = require( `@stdlib/utils/constant-function` );
* var constantFunction = require( '@stdlib/utils-constant-function' );
*
* var arr = filled5dBy( [ 1, 1, 1, 1, 5 ], constantFunction( 1.0 ) );
* // returns [ [ [ [ [ 1.0, 1.0, 1.0, 1.0, 1.0 ] ] ] ] ]
Expand Down

0 comments on commit be59e23

Please # to comment.