Skip to content

Commit bfaff0d

Browse files
committed
docs: fix grammar in comments
1 parent 8953419 commit bfaff0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/base/to-array/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var offset = strides2offset( shape, strides );
127127
console.log( '' );
128128
console.log( 'Dims: %s', shape.join( 'x' ) );
129129

130-
// Random flip strides and convert an ndarray to a nested array...
130+
// Randomly flip strides and convert an ndarray to a nested array...
131131
var arr;
132132
var j;
133133
for ( i = 0; i < 20; i++ ) {

lib/node_modules/@stdlib/ndarray/base/to-array/examples/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var offset = strides2offset( shape, strides );
4343
console.log( '' );
4444
console.log( 'Dims: %s', shape.join( 'x' ) );
4545

46-
// Random flip strides and convert an ndarray to a nested array...
46+
// Randomly flip strides and convert an ndarray to a nested array...
4747
var arr;
4848
var j;
4949
for ( i = 0; i < 20; i++ ) {

0 commit comments

Comments
 (0)