Skip to content

Commit f1b7907

Browse files
authored
docs: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent fc37e27 commit f1b7907

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var nanrange = require( '@stdlib/stats/base/nanrange' );
4040

4141
#### nanrange( N, x, strideX )
4242

43-
Computes the [range][range] of a strided array `x`, ignoring `NaN` values.
43+
Computes the [range][range] of a strided array, ignoring `NaN` values.
4444

4545
```javascript
4646
var x = [ 1.0, -2.0, NaN, 2.0 ];

0 commit comments

Comments
 (0)