Skip to content

Commit b760dd5

Browse files
authored
style: address lint failure
Signed-off-by: Athan <kgryte@gmail.com>
1 parent dec7060 commit b760dd5

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
@@ -46,7 +46,7 @@
4646
Examples
4747
--------
4848
> var x = {{alias:@stdlib/ndarray/array}}( [ [ [ 1, 2 ], [ 3, 4 ] ] ] )
49-
> var it = {{alias}}( x, [ 1, 2 ] )
49+
> var it = {{alias}}( x, [ 1, 2 ] );
5050
> var v = it.next().value
5151
<ndarray>[ [ 1, 2 ], [ 3, 4 ] ]
5252

0 commit comments

Comments
 (0)