Skip to content

Commit c79f2ee

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent ecff6cd commit c79f2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dspr/src/dspr_ndarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @param uplo specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied
2626
* @param N number of elements along each dimension of `A`
27-
* @param alpha scalar
27+
* @param alpha scalar constant
2828
* @param X input vector
2929
* @param strideX `X` stride length
3030
* @param offsetX starting index of `x`

0 commit comments

Comments
 (0)