Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo fixes
  • Loading branch information
dsteinbrunner committed Jun 28, 2013
1 parent 4e23e66 commit 89a6811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Expat/Expat.pm
Expand Up @@ -922,7 +922,7 @@ including any internal or external DTD declarations.
=item * XMLDecl (Parser, Version, Encoding, Standalone)
This handler is called for XML declarations. Version is a string containg
This handler is called for XML declarations. Version is a string containing
the version. Encoding is either undefined or contains an encoding string.
Standalone is either undefined, or true or false. Undefined indicates
that no standalone parameter was given in the XML declaration. True or
Expand Down Expand Up @@ -954,7 +954,7 @@ a prefix.
=item new_ns_prefixes
When called from a start tag handler, returns namespace prefixes declared
with this start tag. If called elsewere (or if there were no namespace
with this start tag. If called elsewhere (or if there were no namespace
prefixes declared), it returns an empty list. Setting of the default
namespace is indicated with '#default' as a prefix.
Expand All @@ -974,7 +974,7 @@ currently bound, '#default' appears in the list.
Returns the string from the document that was recognized in order to call
the current handler. For instance, when called from a start handler, it
will give us the the start-tag string. The string is encoded in UTF-8.
will give us the start-tag string. The string is encoded in UTF-8.
This method doesn't return a meaningful string inside declaration handlers.
=item original_string
Expand Down

0 comments on commit 89a6811

Please sign in to comment.