Skip to content

Commit 5668830

Browse files
committed
Typo fix in groupby comments
1 parent c742487 commit 5668830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/transforms/groupby.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ function pasteArray(newTrace, trace, j, a) {
141141
// a filter transform), we have to break the connection and clone the
142142
// transforms so that each group writes grouped values into a different
143143
// destination. This function does not break the array reference
144-
// connection between the split transforms it creates. That's handled
145-
// ininialize, which creates a new empty array for each arrayAttr.
144+
// connection between the split transforms it creates. That's handled in
145+
// initialize, which creates a new empty array for each arrayAttr.
146146
function cloneTransforms(newTrace) {
147147
var transforms = newTrace.transforms;
148148
newTrace.transforms = [];

0 commit comments

Comments
 (0)