Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 5, 2023
1 parent 02228a7 commit 11178e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iter/row-entries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var iter = nditerRowEntries( x, {
});

var v = iter.next().value;
// returns [ [ 0, 0, null ], <ndarray> ]
// returns [...]

var row = ndarray2array( v[ 1 ] );
// returns [ 1, 2 ]
Expand Down

0 comments on commit 11178e9

Please sign in to comment.