Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 7, 2024
1 parent dd9cb44 commit 3fd7142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

4 changes: 2 additions & 2 deletions docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
* @returns boolean indicating if a value is a 1-dimensional ndarray-like object whose underlying data type is `float32`
*
* @example
* var Float32Array = require( `@stdlib/array/float32` );
* var ndarray = require( `@stdlib/ndarray/ctor` );
* var Float32Array = require( '@stdlib/array-float32' );
* var ndarray = require( '@stdlib/ndarray-ctor' );
*
* var arr = ndarray( 'float32', new Float32Array( [ 0, 0, 0, 0 ] ), [ 4 ], [ 1 ], 0, 'row-major' );
*
Expand Down

0 comments on commit 3fd7142

Please sign in to comment.