Skip to content

Commit 7d97755

Browse files
committed
minor lint error fix
1 parent 259cacb commit 7d97755

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/nanmaxabs/docs

lib/node_modules/@stdlib/stats/base/ndarray/nanmaxabs/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{{alias}}( arrays )
3-
Computes the maximum absolute value of a one-dimensional ndarray, ignoring `NaN`
4-
values.
3+
Computes the maximum absolute value of a one-dimensional ndarray, ignoring
4+
`NaN` values.
55

66
If provided an empty ndarray, the function returns `NaN`.
77

0 commit comments

Comments
 (0)