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 11178e9 commit 404f5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iter/row-entries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ var x = array( zeroTo( 27 ), {
'shape': [ 3, 3, 3 ]
});

// Create an iterator for returning [index, value] pairs:
// Create an iterator for returning [index, row] pairs:
var it = nditerRowEntries( x );

// Perform manual iteration...
Expand Down
2 changes: 1 addition & 1 deletion iter/row-entries/examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var x = array( zeroTo( 27 ), {
'shape': [ 3, 3, 3 ]
});

// Create an iterator for returning [index, value] pairs:
// Create an iterator for returning [index, row] pairs:
var it = nditerRowEntries( x );

// Perform manual iteration...
Expand Down

0 comments on commit 404f5b0

Please sign in to comment.