Skip to content

Commit

Permalink
trailing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jan 15, 2011
1 parent 566087b commit 08cd112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ exports.Base = class Base

#### Block

# The expressions body is the list of expressions that forms the body of an
# The block is the list of expressions that forms the body of an
# indented block of code -- the implementation of a function, a clause in an
# `if`, `switch`, or `try`, and so on...
exports.Block = class Block extends Base
Expand Down

0 comments on commit 08cd112

Please sign in to comment.