mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
trailing comment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user