Skip to content

Commit adbee81

Browse files
committed
docs: fix description
1 parent c442b93 commit adbee81

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The function accepts the following arguments:
299299
- **N**: `[in] CBLAS_INT` number of indexed elements.
300300
- **X**: `[inout] void*` first input array.
301301
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
302-
- **Y**: `[inout] void*` first input array.
302+
- **Y**: `[inout] void*` second input array.
303303
- **strideY**: `[in] CBLAS_INT` index increment for `Y`.
304304
305305
```c

0 commit comments

Comments
 (0)