summaryrefslogtreecommitdiff
path: root/lib/TUWF/XML.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TUWF/XML.pod')
-rw-r--r--lib/TUWF/XML.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/TUWF/XML.pod b/lib/TUWF/XML.pod
index 2973a15..7a0e529 100644
--- a/lib/TUWF/XML.pod
+++ b/lib/TUWF/XML.pod
@@ -130,8 +130,8 @@ Note that the order in which classes are returned may be somewhat random.
=head2 xml_escape(string)
-Returns the XML-escaped string. The characters C<&>, C<E<lt>>, C<E<gt>> and
-C<"> will be replaced with their XML entity.
+Returns the XML-escaped string. The characters C<&>, C<E<lt>>, and C<"> will be
+replaced with their XML entity.
=head2 html_escape(string)