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 27a855a commit 0cbffff
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 @@ -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 ] ) );
Expand Down

0 comments on commit 0cbffff

Please sign in to comment.