Skip to content

Commit d54502e

Browse files
authored
docs: update example
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 4b90771 commit d54502e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/meanwd/examples

lib/node_modules/@stdlib/stats/meanwd/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var meanwd = require( './../lib' );
2525

2626
// Generate an array of random numbers:
2727
var x = uniform( [ 5, 5 ], 0.0, 20.0 );
28-
console.log( x );
28+
console.log( ndarray2array( x ) );
2929

3030
// Perform a reduction:
3131
var y = meanwd( x, {

0 commit comments

Comments
 (0)