1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: fix spelling error in manpage
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Last-Update: 2015-08-14
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106448
Bug: https://rt.cpan.org/Ticket/Display.html?id=106448
--- a/lib/XML/Hash/LX.pm
+++ b/lib/XML/Hash/LX.pm
@@ -86,7 +86,7 @@ C<xml2hash> and C<hash2xml> are exported
=head2 :inject
-Inject toHash method in the namespace of L<XML::LibXML::Node> and allow to call it on any subclass of L<XML::LibXML::Node> directly
+Inject toHash method in the namespace of L<XML::LibXML::Node> and allow one to call it on any subclass of L<XML::LibXML::Node> directly
By default is disabled
@@ -133,7 +133,7 @@ Key name for storing text
=item join [ = '' ]
-Join separator for text nodes, splitted by subnodes
+Join separator for text nodes, split by subnodes
Ignored when C<order> in effect
|