Skip to content

Commit e854791

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/nanmax/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838

3939
{{alias}}.assign( x, out[, options] )
40-
Computes the maximum value along one or more ndarray dimensions and assigns
41-
results to a provided output ndarray, ignoring `NaN` values.
40+
Computes the maximum value along one or more ndarray dimensions, ignoring
41+
`NaN` values, and assigns results to a provided output ndarray.
4242

4343
Parameters
4444
----------

0 commit comments

Comments
 (0)