Skip to content

Commit ea7e1a8

Browse files
authored
docs: remove comment
Signed-off-by: Athan <[email protected]>
1 parent 068fe32 commit ea7e1a8

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/ndarray/sdot/docs

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/base/ndarray/sdot/docs/repl.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
Examples
1919
--------
20-
// Standard usage:
2120
> var xbuf = new {{alias:@stdlib/array/float32}}( [ 4.0, 2.0, -3.0, 5.0, -1.0 ] );
2221
> var ybuf = new {{alias:@stdlib/array/float32}}( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] );
2322
> var dt = 'float32';

0 commit comments

Comments
 (0)