Skip to content

Commit 38b6d9e

Browse files
authored
docs: remove comment
Signed-off-by: Athan <[email protected]>
1 parent 52ded38 commit 38b6d9e

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gfind-index/docs

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfind-index/docs/repl.txt

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

9797
Examples
9898
--------
99-
// Standard Usage:
10099
> function isEven( v ) { return v % 2.0 === 0.0; };
101100
> var x = [ 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ];
102101
> {{alias}}.ndarray( x.length, x, 1, 2, isEven )

0 commit comments

Comments
 (0)