Skip to content

Commit 521a40c

Browse files
authored
docs: remove extra comma
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 27d0174 commit 521a40c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanminmax/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanminmax/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{{alias}}( [out] )
33
Returns an accumulator function which incrementally computes a minimum and
4-
maximum,, ignoring `NaN` values.
4+
maximum, ignoring `NaN` values.
55

66
If provided a value, the accumulator function returns an updated minimum and
77
maximum. If not provided a value, the accumulator function returns the

0 commit comments

Comments
 (0)