Skip to content

Commit fc37e27

Browse files
authored
chore: code review
1 parent 9cdd2dd commit fc37e27

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/stats/base/nanrange/lib/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ var ndarray = require( './ndarray.js' );
3636
*
3737
* @example
3838
* var x = [ 1.0, -2.0, NaN, 2.0 ];
39-
* var N = x.length;
4039
*
41-
* var v = nanrange( N, x, 1 );
40+
* var v = nanrange( 4, x, 1 );
4241
* // returns 4.0
4342
*/
4443
function nanrange( N, x, strideX ) {

0 commit comments

Comments
 (0)