Skip to content

Commit 98243d3

Browse files
authored
docs: update copy
Signed-off-by: Athan <kgryte@gmail.com>
1 parent c1bfdbb commit 98243d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/strided/dnanmidrange

lib/node_modules/@stdlib/stats/strided/dnanmidrange/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The function has the following parameters:
5555

5656
- **N**: number of indexed elements.
5757
- **x**: input [`Float64Array`][@stdlib/array/float64].
58-
- **strideX**: index increment for `x`.
58+
- **strideX**: stride length for `x`.
5959

60-
The `N` and `stride` parameters determine which elements in the strided array are accessed at runtime. For example, to compute the [mid-range][mid-range] of every other element in `x`,
60+
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the [mid-range][mid-range] of every other element in `x`,
6161

6262
```javascript
6363
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)