Skip to content

Commit cdef55a

Browse files
committed
Auto-generated commit
1 parent 2677c09 commit cdef55a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ function nditerMatrixEntries( x ) {
180180
j = ( idx[ dim ] + 1 ) % S2;
181181
idx[ dim ] = j;
182182
if ( j === 0 ) {
183-
// If we've iterated over all the matrices in the current stack, move on to the next set of matrices:
183+
// If we've iterated over all the matrices in the current matrix, move on to the next matrix in the stack:
184184
idx = nextCartesianIndex( shape, 'row-major', idx, dim-1, idx );
185185
}
186-
// Return the next matrix entry:
186+
// Return the next row entry:
187187
return {
188188
'value': [ indices, slice( x, s, true, opts.writable ) ],
189189
'done': false

0 commit comments

Comments
 (0)