Skip to content

Commit 3286c79

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 7ce536f commit 3286c79

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
@@ -194,7 +194,7 @@ The function accepts the following arguments:
194194
195195
- **N**: `[in] CBLAS_INT` number of indexed elements.
196196
- **X**: `[in] double*` input array.
197-
- **strideX**: `[in] CBLAS_INT` stride length for `X`.
197+
- **strideX**: `[in] CBLAS_INT` stride length.
198198
199199
```c
200200
double stdlib_strided_dnanmeanpw( const CBLAS_INT N, const double *X, const CBLAS_INT strideX );

0 commit comments

Comments
 (0)