Skip to content

Commit f90ff32

Browse files
authored
docs: fix comment
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 9e31f2f commit f90ff32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/base/to-flippedud/lib

lib/node_modules/@stdlib/ndarray/base/to-flippedud/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function toFlippedud( x ) {
7474

7575
// Check whether we were provided a zero-dimensional or a one-dimensional array...
7676
if ( N === 0 || N === 1 ) {
77-
// Nothing to reverse, so just copy the scalar value:
77+
// Nothing to reverse, so just return a copy:
7878
assign( [ x, out ] );
7979
return out;
8080
}

0 commit comments

Comments
 (0)