Skip to content

Commit 6184487

Browse files
authored
docs: fix grammar
Signed-off-by: Athan <[email protected]>
1 parent 185dd9f commit 6184487

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The function has the following additional parameters:
111111
- **offsetX**: starting index for `x`.
112112
- **offsetMask**: starting index for `mask`.
113113

114-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on a starting index. For example, to calculate the [range][range] for every other element in `x` starting from the second element
114+
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to calculate the [range][range] for every other element in `x` starting from the second element
115115

116116
```javascript
117117
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)