Skip to content

Commit dd140ad

Browse files
committed
docs: fix method name
1 parent dd011c4 commit dd140ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/random/strided/weibull/lib

lib/node_modules/@stdlib/random/strided/weibull/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* var out = new Float64Array( 10 );
4242
*
4343
* // Fill the array with pseudorandom numbers:
44-
* weibull.factory( out.length, [ 2.0 ], 0, 0, [ 5.0 ], 0, 0, out, 1, 0 );
44+
* weibull.ndarray( out.length, [ 2.0 ], 0, 0, [ 5.0 ], 0, 0, out, 1, 0 );
4545
*/
4646

4747
// MODULES //

0 commit comments

Comments
 (0)