Skip to content

Commit 8fd5114

Browse files
authored
chore: update README.md and repl.txt
1 parent 53bf2e9 commit 8fd5114

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dmin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The function has the following additional parameters:
9797

9898
- **offset**: starting index for `x`.
9999

100-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to calculate the minimum value for every other value in `x` starting from the second value
100+
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to calculate the minimum value for every other element in `x` starting from the second element
101101

102102
```javascript
103103
var Float64Array = require( '@stdlib/array/float64' );

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Input array.
2121

2222
strideX: integer
23-
Index increment.
23+
Stride Length.
2424

2525
Returns
2626
-------
@@ -65,7 +65,7 @@
6565
Input array.
6666

6767
strideX: integer
68-
Index increment.
68+
Stride Length.
6969

7070
offsetX: integer
7171
Starting index.

0 commit comments

Comments
 (0)