Skip to content

Commit 85d428e

Browse files
authored
docs: fix type
Signed-off-by: Athan <[email protected]>
1 parent 6ff7063 commit 85d428e

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
@@ -199,7 +199,7 @@ The function accepts the following arguments:
199199
- **strideX**: `[in] CBLAS_INT` index increment for `x`.
200200
201201
```c
202-
void c_zdscal( const CBLAS_INT N, const double alpha, stdlib_complex128_t *X, const CBLAS_INT strideX );
202+
void c_zdscal( const CBLAS_INT N, const double alpha, void *X, const CBLAS_INT strideX );
203203
```
204204

205205
#### c_zdscal_ndarray( N, alpha, \*X, strideX, offsetX )

0 commit comments

Comments
 (0)