Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 2c5f930

Browse files
committed
fix typo
1 parent d2afd12 commit 2c5f930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ast-alignment/spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ function preprocessBabylonAST(ast) {
3434
{
3535
key: "start",
3636
predicate(val) {
37-
// only return the "start" number (not the "start" object within loc)
37+
// only remove the "start" number (not the "start" object within loc)
3838
return typeof val === "number";
3939
}
4040
},
4141
{
4242
key: "end",
4343
predicate(val) {
44-
// only return the "end" number (not the "end" object within loc)
44+
// only remove the "end" number (not the "end" object within loc)
4545
return typeof val === "number";
4646
}
4747
},

0 commit comments

Comments
 (0)