Skip to content

Commit 24b50a1

Browse files
authored
docs: fix line wrapping
Signed-off-by: Athan <[email protected]>
1 parent 5044ee4 commit 24b50a1

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{{alias}}( N, x, strideX )
33
Computes the range of a strided array, ignoring `NaN` values.
44

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

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

0 commit comments

Comments
 (0)