Corrected docs for XML::Parser.

This commit is contained in:
Yorick Peterse 2014-04-26 12:57:35 +02:00
parent f53fe4ed7c
commit 5d05aed6ec
1 changed files with 1 additions and 1 deletions

View File

@ -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