Skip to content

Commit 7c20b96

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The function has the following additional parameters:
174174
- **offsetX**: starting index for `x`.
175175
- **offsetOut**: starting index for `out`.
176176

177-
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 [mean][arithmetic-mean] and [variance][variance] for every other element in `x` starting from the second element
177+
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 [mean][arithmetic-mean] and [variance][variance] for every other element in `x` starting from the second element
178178

179179
```javascript
180180
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)