Skip to content

Commit 839743a

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent 7ec0df6 commit 839743a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/min/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 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
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 the input strided array starting from the second element
9595

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

0 commit comments

Comments
 (0)