diff --git a/src/compiler/parser.ts b/src/compiler/parser.ts index b132a7d13c1..6ce2ef1461f 100644 --- a/src/compiler/parser.ts +++ b/src/compiler/parser.ts @@ -766,7 +766,7 @@ module ts { return false; } - // Parses a semicolon-delimited list of elements + // Parses a list of elements function parseList(kind: ParsingContext, parseElement: () => T): NodeArray { var saveParsingContext = parsingContext; parsingContext |= 1 << kind;