Skip to content

Commit 6adf7e1

Browse files
authored
docs: fix grammar
Signed-off-by: Athan <[email protected]>
1 parent 8d43719 commit 6adf7e1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

9292
- **offsetX**: starting index for `x`.
9393

94-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter support 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
94+
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
9595

9696
```javascript
9797
var x = [ 2.0, 1.0, 2.0, -2.0, -2.0, NaN, NaN, 2.0, 3.0, 4.0 ];

0 commit comments

Comments
 (0)