diff --git a/src/parser.cpp b/src/parser.cpp index 0f79d4f..2caaa89 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -30,7 +30,7 @@ namespace YAML // GetNextDocument // . Reads the next document in the queue (of tokens). - // . Throws (ParserException|ParserException)s on errors. + // . Throws a ParserException on error. void Parser::GetNextDocument(Node& document) { // clear node