Skip to content

Commit 7ce536f

Browse files
Update lib/node_modules/@stdlib/stats/base/dnanmeanpw/README.md
Co-authored-by: Muhammad Haris <[email protected]> Signed-off-by: Aayush Khanna <[email protected]>
1 parent 8d9eb1f commit 7ce536f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

113113
- **offsetX**: starting index.
114114

115-
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 [arithmetic mean][arithmetic-mean] for every other element in `x` starting from the second element
115+
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 [arithmetic mean][arithmetic-mean] for every other element starting from the second element:
116116

117117
```javascript
118118
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)