diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 3252d02..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-01-01T04:09:38.826Z diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index d633e68..32e4abc 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -33,8 +33,8 @@ import { ndarray } from '@stdlib/types/ndarray'; * @returns dot product * * @example -* var Float32Array = require( `@stdlib/array/float32` ); -* var array = require( `@stdlib/ndarray/array` ); +* var Float32Array = require( '@stdlib/array-float32' ); +* var array = require( '@stdlib/ndarray-array' ); * * var x = array( new Float32Array( [ 4.0, 2.0, -3.0, 5.0, -1.0 ] ) ); * var y = array( new Float32Array( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] ) );