From 0308e38b73f62f415ebbe89cadb24f0856dea026 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 7 Jan 2024 22:07:53 +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 de17c8a..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-01-01T05:04:17.392Z diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 1ae0b52..c2cf9ec 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -50,7 +50,7 @@ type Callback = Nullary | Unary; * @returns output array * * @example -* var constantFunction = require( `@stdlib/utils/constant-function` ); +* var constantFunction = require( '@stdlib/utils-constant-function' ); * * var arr = filledBy( 5, constantFunction( 1.0 ) ); * // returns [ 1.0, 1.0, 1.0, 1.0, 1.0 ]