Skip to content

Commit e629ee1

Browse files
authored
chore: code review
1 parent fed7564 commit e629ee1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/max/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 maximum value for every other value in `x` starting from the second value
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 maximum 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, 2.0, 3.0, 4.0 ];

0 commit comments

Comments
 (0)