Skip to content

Commit 00084a3

Browse files
authored
docs: fix comment
Signed-off-by: Athan <[email protected]>
1 parent 49617b2 commit 00084a3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/sztest2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ var opts = {
130130
'dtype': 'float32'
131131
};
132132

133-
// Create a one-dimensional ndarrays containing pseudorandom numbers drawn from a normal distribution:
133+
// Create one-dimensional ndarrays containing pseudorandom numbers drawn from a normal distribution:
134134
var xbuf = normal( 100, 0.0, 1.0, opts );
135135
var x = new ndarray( opts.dtype, xbuf, [ xbuf.length ], [ 1 ], 0, 'row-major' );
136136
console.log( ndarray2array( x ) );

0 commit comments

Comments
 (0)