Skip to content

Commit a2f5a64

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ The function accepts the following arguments:
215215
216216
- **N**: `[in] CBLAS_INT` number of indexed elements.
217217
- **X**: `[in] double*` input array.
218-
- **strideX**: `[in] CBLAS_INT` stride length for `X`.
219-
- **offsetX**: `[in] CBLAS_INT` starting index for `X`.
218+
- **strideX**: `[in] CBLAS_INT` stride length.
219+
- **offsetX**: `[in] CBLAS_INT` starting index.
220220
221221
```c
222222
double stdlib_strided_dnanmeanpw_ndarray( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX );

0 commit comments

Comments
 (0)