trailing comment.

This commit is contained in:
Jeremy Ashkenas
2011-01-15 14:20:45 -05:00
parent 566087b518
commit 08cd112585

View File

@@ -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