Skip to content

Commit 1071950

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent dbc2451 commit 1071950

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/nanmax/README.md

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

159159
#### nanmax.assign( x, out\[, options] )
160160

161-
Computes the maximum value along one or more [ndarray][@stdlib/ndarray/ctor] dimensions and assigns results to a provided output [ndarray][@stdlib/ndarray/ctor], ignoring `NaN` values.
161+
Computes the maximum value along one or more [ndarray][@stdlib/ndarray/ctor] dimensions while ignoring `NaN` values and assigns results to a provided output [ndarray][@stdlib/ndarray/ctor].
162162

163163
```javascript
164164
var array = require( '@stdlib/ndarray/array' );

0 commit comments

Comments
 (0)