From e0dfa7be65c0072eff275132235091d71b40c4d7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 25 Jun 2016 18:27:50 +0100 Subject: [PATCH] Fix spelling errors in POD (RT #115466) Thanks Nick Morrott for the patch. --- lib/HTML/Element/Library.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/HTML/Element/Library.pm b/lib/HTML/Element/Library.pm index 6f905aa..2ebc43e 100644 --- a/lib/HTML/Element/Library.pm +++ b/lib/HTML/Element/Library.pm @@ -883,7 +883,7 @@ we have a hashref whose keys are the same: my %data = (people_id => 888, phone => '444-4444', password => 'dont-you-dare-render'); Then a single API call allows us to populate the HTML while excluding -those ones we dont: +those ones we don't: $tree->hashmap(smap => \%data, ['password']); @@ -1735,7 +1735,7 @@ L. A loltree is an arrayref consisting of arrayrefs which is used by C<< new_from__lol >> in L to produce HTML trees. The CPAN distro L creates such XML trees by parsing XML -files, analagous to L. The purpose of the functions in +files, analogous to L. The purpose of the functions in this section is to allow you manipulate a loltree programmatically. These could not be methods because if you bless a loltree, then -- 2.30.2