Skip to content

Commit 68e75df

Browse files
committed
chore: fix parameter description
1 parent 2d9d45f commit 68e75df

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dnannsumors

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnannsumors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The function has the following parameters:
5555
- **N**: number of indexed elements.
5656
- **x**: input [`Float64Array`][@stdlib/array/float64].
5757
- **strideX**: stride length for `x`.
58-
- **out**: output [`Float64Array`][@stdlib/array/float64] whose first element is the sum and whose second element is the pointer for storing the number of non-NaN elements.
58+
- **out**: output [`Float64Array`][@stdlib/array/float64] whose first element is the sum and whose second element is the number of non-NaN elements.
5959
- **strideOut**: stride length for `out`.
6060

6161
The `N` and stride parameters determine which elements are accessed at runtime. For example, to compute the sum of every other element in `x`,

0 commit comments

Comments
 (0)