Skip to content

Commit 2b01a7c

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 6d0e3f3 commit 2b01a7c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/gscal/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
[ -10.0, 5.0, 15.0, -25.0, 20.0, 0.0, -5.0, -15.0 ]
3838

3939
// Using `N` and stride parameters:
40-
> x = [ -2.0, 1.0, 3.0, -5.0, 4.0, 0.0 -1.0, -3.0 ];
40+
> x = [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ];
4141
> {{alias}}( 3, 5.0, x, 2 )
4242
[ -10.0, 1.0, 15.0, -5.0, 20.0, -1.0, -3.0 ]
4343

0 commit comments

Comments
 (0)