diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 3cc2d85..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-01-01T03:33:26.351Z diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index cfadfb3..0ea81b8 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -31,7 +31,7 @@ interface Routine { * @returns sum * * @example - * var Float64Array = require( `@stdlib/array/float64` ); + * var Float64Array = require( '@stdlib/array-float64' ); * * var x = new Float64Array( [ 1.0, -2.0, NaN, 2.0 ] ); * @@ -50,7 +50,7 @@ interface Routine { * @returns sum * * @example - * var Float64Array = require( `@stdlib/array/float64` ); + * var Float64Array = require( '@stdlib/array-float64' ); * * var x = new Float64Array( [ 1.0, -2.0, NaN, 2.0 ] ); * @@ -69,7 +69,7 @@ interface Routine { * @returns sum * * @example -* var Float64Array = require( `@stdlib/array/float64` ); +* var Float64Array = require( '@stdlib/array-float64' ); * * var x = new Float64Array( [ 1.0, -2.0, NaN, 2.0 ] ); * @@ -77,7 +77,7 @@ interface Routine { * // returns 5.0 * * @example -* var Float64Array = require( `@stdlib/array/float64` ); +* var Float64Array = require( '@stdlib/array-float64' ); * * var x = new Float64Array( [ 1.0, -2.0, NaN, 2.0 ] ); *