Skip to content

Commit cfa964c

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent 355a9bc commit cfa964c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

104-
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 indices. For example, to calculate the maximum value for every other element in `x` starting from the second element
104+
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 maximum value for every other element in `x` starting from the second element
105105

106106
```javascript
107107
var x = [ 2.0, 1.0, -2.0, -2.0, 3.0, 4.0, 5.0, 6.0, NaN, NaN ];

0 commit comments

Comments
 (0)