diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 1fa7d25..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-01-01T01:44:52.965Z diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index d126f43..12af2a4 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -32,7 +32,7 @@ interface Routine { * @returns input array * * @example - * var Float32Array = require( `@stdlib/array/float32` ); + * var Float32Array = require( '@stdlib/array-float32' ); * * var x = new Float32Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] ); * @@ -52,7 +52,7 @@ interface Routine { * @returns input array * * @example - * var Float32Array = require( `@stdlib/array/float32` ); + * var Float32Array = require( '@stdlib/array-float32' ); * * var x = new Float32Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] ); * @@ -72,7 +72,7 @@ interface Routine { * @returns input array * * @example -* var Float32Array = require( `@stdlib/array/float32` ); +* var Float32Array = require( '@stdlib/array-float32' ); * * var x = new Float32Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] ); * @@ -80,7 +80,7 @@ interface Routine { * // x => [ -10.0, 5.0, 15.0, -25.0, 20.0, 0.0, -5.0, -15.0 ] * * @example -* var Float32Array = require( `@stdlib/array/float32` ); +* var Float32Array = require( '@stdlib/array-float32' ); * * var x = new Float32Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0, -1.0, -3.0 ] ); *