Skip to content

Commit 0b403a1

Browse files
fix: repl max char error
1 parent 526c902 commit 0b403a1

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Computes the minimum absolute value of a double-precision floating-point
44
strided array, ignoring `NaN` values.
55

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

99
Indexing is relative to the first index. To introduce an offset, use a typed
1010
array view.
@@ -90,5 +90,3 @@
9090
See Also
9191
--------
9292

93-
94-

0 commit comments

Comments
 (0)