Skip to content

Commit 6b0d681

Browse files
authored
style: add semicolon
Signed-off-by: Athan <kgryte@gmail.com>
1 parent b760dd5 commit 6b0d681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/iter/stacks/docs

lib/node_modules/@stdlib/ndarray/iter/stacks/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
Examples
4747
--------
48-
> var x = {{alias:@stdlib/ndarray/array}}( [ [ [ 1, 2 ], [ 3, 4 ] ] ] )
48+
> var x = {{alias:@stdlib/ndarray/array}}( [ [ [ 1, 2 ], [ 3, 4 ] ] ] );
4949
> var it = {{alias}}( x, [ 1, 2 ] );
5050
> var v = it.next().value
5151
<ndarray>[ [ 1, 2 ], [ 3, 4 ] ]

0 commit comments

Comments
 (0)