File tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/ndarray/base/to-array
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ var offset = strides2offset( shape, strides );
127
127
console .log ( ' ' );
128
128
console .log ( ' Dims: %s' , shape .join ( ' x' ) );
129
129
130
- // Random flip strides and convert an ndarray to a nested array...
130
+ // Randomly flip strides and convert an ndarray to a nested array...
131
131
var arr;
132
132
var j;
133
133
for ( i = 0 ; i < 20 ; i++ ) {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var offset = strides2offset( shape, strides );
43
43
console . log ( '' ) ;
44
44
console . log ( 'Dims: %s' , shape . join ( 'x' ) ) ;
45
45
46
- // Random flip strides and convert an ndarray to a nested array...
46
+ // Randomly flip strides and convert an ndarray to a nested array...
47
47
var arr ;
48
48
var j ;
49
49
for ( i = 0 ; i < 20 ; i ++ ) {
You can’t perform that action at this time.
0 commit comments