Skip to content

Commit 4b94211

Browse files
authored
docs: update return annotation
Signed-off-by: Athan <[email protected]>
1 parent 2717e04 commit 4b94211

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var Float32Array = require( '@stdlib/array/float32' );
6161
var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );
6262

6363
var v = dsmean( x.length, x, 1 );
64-
// returns ~0.333
64+
// returns ~0.33333
6565
```
6666

6767
The function has the following parameters:

0 commit comments

Comments
 (0)