Skip to content

Commit 3fd7142

Browse files
committed
Auto-generated commit
1 parent dd9cb44 commit 3fd7142

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
* @returns boolean indicating if a value is a 1-dimensional ndarray-like object whose underlying data type is `float32`
2626
*
2727
* @example
28-
* var Float32Array = require( `@stdlib/array/float32` );
29-
* var ndarray = require( `@stdlib/ndarray/ctor` );
28+
* var Float32Array = require( '@stdlib/array-float32' );
29+
* var ndarray = require( '@stdlib/ndarray-ctor' );
3030
*
3131
* var arr = ndarray( 'float32', new Float32Array( [ 0, 0, 0, 0 ] ), [ 4 ], [ 1 ], 0, 'row-major' );
3232
*

0 commit comments

Comments
 (0)