From ef630abeee81ed01b3f9a36113d926790a0232ae Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Mon, 14 Jul 2008 04:37:58 +0000 Subject: [PATCH] --- src/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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