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 Jun 28, 2023
1 parent 49b44b3 commit de05c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* var out = new Float64Array( 10 );
*
* // Fill the array with pseudorandom numbers:
* mt19937.factory( out.length, out, 1, 0 );
* mt19937.ndarray( out.length, out, 1, 0 );
*
* @example
* var Float64Array = require( '@stdlib/array-float64' );
Expand Down

0 comments on commit de05c74

Please sign in to comment.