Skip to content

Commit 60d7836

Browse files
authored
docs: add return annotation
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6b0d681 commit 60d7836

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

lib/node_modules/@stdlib/ndarray/iter/stacks/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ var v = iter.next().value;
8181
// returns <ndarray>[ [ 1, 2 ], [ 3, 4 ] ]
8282

8383
v.set( 0, 0, 10 );
84+
// v => <ndarray>[ [ 10, 2 ], [ 3, 4 ] ]
8485
```
8586

8687
The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the following properties:

0 commit comments

Comments
 (0)