Skip to content

Commit d628f06

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 6905209 commit d628f06

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
@@ -70,7 +70,7 @@ The function has the following parameters:
7070
- **x**: input [`Float64Array`][@stdlib/array/float64].
7171
- **strideX**: stride length.
7272

73-
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the [arithmetic mean][arithmetic-mean] of every other element in `x`,
73+
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the [arithmetic mean][arithmetic-mean] of every other element:
7474

7575
```javascript
7676
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)