Skip to content

Commit

Permalink
Consistent comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Mar 26, 2019
1 parent d33b585 commit c42d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lexer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1112,8 +1112,8 @@ exports.isUnassignable = isUnassignable
# loop. Try to detect when `from` is a variable identifier and when it is this
# “sometimes” keyword.
isForFrom = (prev) ->
# `for i from from`, `for from from iterable`, `for i from iterable`
if prev[0] is 'IDENTIFIER'
# `for i from from`, `for from from iterable`, `for i from iterable`
yes
# `for from…`
else if prev[0] is 'FOR'
Expand Down

0 comments on commit c42d3ed

Please sign in to comment.