Skip to content

Commit 9ba702f

Browse files
authored
docs: rename variable
Signed-off-by: Athan <[email protected]>
1 parent 173b241 commit 9ba702f

File tree

1 file changed

+2
-3
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gfind-last-index/docs

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@
9696

9797
Examples
9898
--------
99-
// Standard Usage:
100-
> function isEven( v ) { return v % 2.0 === 0.0; };
99+
> function f( v ) { return v % 2.0 === 0.0; };
101100
> var x = [ 1.0, 2.0, -3.0, 4.0, -5.0, -6.0 ];
102-
> {{alias}}.ndarray( 4, x, 1, 2, isEven )
101+
> {{alias}}.ndarray( 4, x, 1, 2, f )
103102
3
104103

105104
See Also

0 commit comments

Comments
 (0)