We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f82b75 commit 247b511Copy full SHA for 247b511
src/nodes.coffee
@@ -207,7 +207,7 @@ exports.Base = class Base
207
208
# Occasionally it may be useful to make an expression behave as if it was 'hoisted', whereby the
209
# 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
+ # variable scope corresponds to the source position. This is used extensively to deal with executable
211
# class bodies in classes.
212
#
213
# Calling this method mutates the node, proxying the `compileNode` and `compileToFragments`
0 commit comments