mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Remove extra word in comment in src/nodes.coffee (#5158)
This commit is contained in:
committed by
Geoffrey Booth
parent
2f82b75862
commit
247b511c6a
@@ -207,7 +207,7 @@ exports.Base = class Base
|
||||
|
||||
# Occasionally it may be useful to make an expression behave as if it was 'hoisted', whereby the
|
||||
# result of the expression is available before its location in the source, but the expression's
|
||||
# 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
|
||||
# class bodies in classes.
|
||||
#
|
||||
# Calling this method mutates the node, proxying the `compileNode` and `compileToFragments`
|
||||
|
||||
Reference in New Issue
Block a user