Skip to content

Commit 247b511

Browse files
rdeforestGeoffreyBooth
authored andcommitted
Remove extra word in comment in src/nodes.coffee (#5158)
1 parent 2f82b75 commit 247b511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ exports.Base = class Base
207207

208208
# Occasionally it may be useful to make an expression behave as if it was 'hoisted', whereby the
209209
# result of the expression is available before its location in the source, but the expression's
210-
# variable scope corresponds the source position. This is used extensively to deal with executable
210+
# variable scope corresponds to the source position. This is used extensively to deal with executable
211211
# class bodies in classes.
212212
#
213213
# Calling this method mutates the node, proxying the `compileNode` and `compileToFragments`

0 commit comments

Comments
 (0)