Skip to content

Commit 340c83d

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent e4b916e commit 340c83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/ssyr/src/ssyr_cblas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @param N number of elements along each dimension of `A`
2929
* @param alpha scalar
3030
* @param x input vector
31-
* @param strideX `x` stride length
31+
* @param strideX `X` stride length
3232
* @param A input matrix
3333
* @param LDA stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
3434
*/

0 commit comments

Comments
 (0)