1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix a spelling mistake in the POD
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-05-06
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114211
Bug: https://rt.cpan.org/Ticket/Display.html?id=114211
--- a/lib/XML/LibXML/Simple.pod
+++ b/lib/XML/LibXML/Simple.pod
@@ -156,7 +156,7 @@
=item ContentKey => 'keyname' I<# seldom used>
-When text content is parsed to a hash value, this option let's you specify a
+When text content is parsed to a hash value, this option lets you specify a
name for the hash key to override the default 'content'. So for example:
XMLin('<opt one="1">Two</opt>', ContentKey => 'text')
|