From be59e23c4e36744bb6fbd7a0a0f38a0f5626baac Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 7 Jan 2024 22:08:14 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - docs/types/index.d.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index b73ecfb..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-01-01T04:16:16.924Z diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index e257959..479e362 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -60,7 +60,7 @@ type Array5D = Array>>>>; * @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 ] ] ] ] ]