Skip to content

Commit 953be20

Browse files
authored
docs: update desc
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 76cb3ce commit 953be20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/nanrange-by

lib/node_modules/@stdlib/stats/nanrange-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ var dt = String( getDType( y ) );
195195

196196
#### nanrangeBy.assign( x, out\[, options], clbk\[, thisArg] )
197197

198-
Computes the [**range**][range] along one or more [ndarray][@stdlib/ndarray/ctor] dimensions according to a callback function and assigns results to a provided output [ndarray][@stdlib/ndarray/ctor].
198+
Computes the [**range**][range] along one or more [ndarray][@stdlib/ndarray/ctor] dimensions according to a callback function, ignoring `NaN` values, and assigns results to a provided output [ndarray][@stdlib/ndarray/ctor].
199199

200200
```javascript
201201
var array = require( '@stdlib/ndarray/array' );

0 commit comments

Comments
 (0)