Skip to content

Commit 57fb8a2

Browse files
authored
docs: update note
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6adf7e1 commit 57fb8a2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/nanmin/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanmin/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{alias}}( N, x, strideX )
33
Computes the minimum value of a strided array, ignoring `NaN` values.
44

5-
The `N` and stride parameters determine which elements in the strided arrays
5+
The `N` and stride parameters determine which elements in the strided array
66
are accessed at runtime.
77

88
Indexing is relative to the first index. To introduce an offset, use a typed

0 commit comments

Comments
 (0)