From 5d05aed6ece7e29d0c39efe7ea0b6024209f7e7f Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sat, 26 Apr 2014 12:57:35 +0200 Subject: [PATCH] Corrected docs for XML::Parser. --- lib/oga/xml/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oga/xml/parser.y b/lib/oga/xml/parser.y index d910424..e842ddb 100644 --- a/lib/oga/xml/parser.y +++ b/lib/oga/xml/parser.y @@ -1,5 +1,5 @@ ## -# Low level AST parser that supports both XML and HTML. +# DOM parser for both XML and HTML. # # Note that this parser itself does not deal with special HTML void elements. # It requires every tag to have a closing tag. As such you'll need to enable