Skip to content

Commit 2b693a6

Browse files
authored
docs: update comments
Signed-off-by: Athan <[email protected]>
1 parent 9ead101 commit 2b693a6

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/strided/covarmtk/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/strided/covarmtk/lib/accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ function covarmtk( N, correction, meanx, x, strideX, offsetX, meany, y, strideY,
6060
var n;
6161
var i;
6262

63-
// Cache reference to array data:
63+
// Cache references to array data:
6464
xbuf = x.data;
6565
ybuf = y.data;
6666

67-
// Cache a reference to the element accessor:
67+
// Cache references to element accessors:
6868
xget = x.accessors[ 0 ];
6969
yget = y.accessors[ 0 ];
7070

0 commit comments

Comments
 (0)