We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1e33f commit 5ab2e80Copy full SHA for 5ab2e80
lib/node_modules/@stdlib/ndarray/iter/row-entries/README.md
@@ -146,7 +146,7 @@ var x = array( zeroTo( 27 ), {
146
'shape': [ 3, 3, 3 ]
147
});
148
149
-// Create an iterator for returning [index, value] pairs:
+// Create an iterator for returning [index, row] pairs:
150
var it = nditerRowEntries( x );
151
152
// Perform manual iteration...
lib/node_modules/@stdlib/ndarray/iter/row-entries/examples/index.js
@@ -28,7 +28,7 @@ var x = array( zeroTo( 27 ), {
28
29
30
31
32
33
34
0 commit comments