Skip to content

Commit 5d38ef1

Browse files
authored
docs: fix example
Signed-off-by: Athan <[email protected]>
1 parent 6448072 commit 5d38ef1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanmeanwd

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanwd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ var Float64Array = require( '@stdlib/array/float64' );
119119

120120
var x = new Float64Array( [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0, NaN ] );
121121

122-
var v = dnanmeanwd( 4, x, 2, 1 );
122+
var v = dnanmeanwd.ndarray( 4, x, 2, 1 );
123123
// returns 1.25
124124
```
125125

0 commit comments

Comments
 (0)