Skip to content

Commit 075da31

Browse files
authored
docs: fix comment
Signed-off-by: Athan <[email protected]>
1 parent e9d0c82 commit 075da31

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
@@ -266,7 +266,7 @@ int main( void ) {
266266
// Specify the number of elements:
267267
const int N = 4;
268268

269-
// Specify stride lengths:
269+
// Specify the stride length:
270270
const int strideX = 1;
271271

272272
c_zdscal( N, 2.0, (void *)x, strideX );

0 commit comments

Comments
 (0)