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 9e31f2f commit f90ff32Copy full SHA for f90ff32
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 copy the scalar value:
+ // Nothing to reverse, so just return a copy:
78
assign( [ x, out ] );
79
return out;
80
}
0 commit comments