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 f90ff32 commit d18fa7aCopy full SHA for d18fa7a
1 file changed
lib/node_modules/@stdlib/ndarray/base/to-flippedud/lib/main.js
@@ -74,7 +74,7 @@ function toFlippedud( x ) {
74
75
// Check whether we were provided a zero-dimensional or a one-dimensional array...
76
if ( N === 0 || N === 1 ) {
77
- // Nothing to reverse, so just return a copy:
+ // No second-to-last dimension to reverse, so just return a copy:
78
assign( [ x, out ] );
79
return out;
80
}
0 commit comments