Skip to content

Commit f35cb6e

Browse files
committed
docs: fix description
1 parent 96f2299 commit f35cb6e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The function accepts the following arguments:
221221
- **N**: `[in] CBLAS_INT` number of indexed elements.
222222
- **X**: `[inout] double*` first input array.
223223
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
224-
- **Y**: `[inout] double*` first input array.
224+
- **Y**: `[inout] double*` second input array.
225225
- **strideY**: `[in] CBLAS_INT` index increment for `Y`.
226226
- **c**: `[in] double` cosine of the angle of rotation.
227227
- **s**: `[in] double` sine of the angle of rotation.

0 commit comments

Comments
 (0)