Skip to content

Commit b085c16

Browse files
committed
fix typo in comment
1 parent 7e68fd0 commit b085c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ export class Parser extends chev.Parser {
899899
} else if(parent) {
900900
record.extraProjection.push(parent);
901901
}
902-
// Lastly we need add the eve-auto-index attribute to make sure this is consistent with the case
902+
// Lastly we need to add the eve-auto-index attribute to make sure this is consistent with the case
903903
// where we leave the parenthesis off and just put records one after another.
904904
record.attributes.push(makeNode("attribute", {attribute: "eve-auto-index", value: makeNode("constant", {value: autoIndex, from: [record]}), from: [record]}));
905905
autoIndex++;

0 commit comments

Comments
 (0)