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 27
|
Description: fix language mistakes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-12-23
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110981
Bug: https://rt.cpan.org/Ticket/Display.html?id=110981
--- a/lib/WWW/Wikipedia.pm
+++ b/lib/WWW/Wikipedia.pm
@@ -84,7 +84,7 @@
my $wiki = WWW::Wikipedia->new( clean_html => 1 );
-See C<clean_html> documentation bellow for details.
+See C<clean_html> documentation below for details.
=cut
@@ -128,7 +128,7 @@
=head2 clean_html()
-Allows to get/set if HTML is being stripped out.
+Allows you to get/set if HTML is being stripped out.
# set HTML strip
$wiki->clean_html( 1 );
|