Remove outdated convention.

This commit is contained in:
Natalie Weizenbaum 2016-05-24 11:09:00 -07:00
parent f8cfb305a9
commit 2fce20d66a

View File

@ -29,9 +29,6 @@ class Parser {
//
// * All statement functions consume through following whitespace, including
// comments. No other functions do so unless explicitly specified.
//
// * A function will return `null` if it fails to match iff it begins with
// "try".
// ## Statements