Skip to content

Commit 6e81a38

Browse files
authored
docs: fix parameter name
Signed-off-by: Athan <[email protected]>
1 parent dcedfd9 commit 6e81a38

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/zdscal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The function accepts the following arguments:
222222
223223
- **N**: `[in] CBLAS_INT` number of indexed elements.
224224
- **alpha**: `[in] double` scalar constant.
225-
- **x**: `[inout] void*` input array.
225+
- **X**: `[inout] void*` input array.
226226
- **strideX**: `[in] CBLAS_INT` index increment for `x`.
227227
- **offsetX**: `[in] CBLAS_INT` starting index for `x`.
228228

0 commit comments

Comments
 (0)