1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: improve wording/grammar
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-10-22
Forwarded: https://github.com/miyagawa/web-scraper/issues/18
Bug: https://github.com/miyagawa/web-scraper/issues/18
--- a/lib/Web/Scraper.pm
+++ b/lib/Web/Scraper.pm
@@ -433,7 +433,7 @@
=head2 result
-C<result> allows to return not the default value after processing but a single
+C<result> allows one to return not the default value after processing but a single
value specified by a key or a hash reference built from several keys.
process 'a', 'want[]' => 'TEXT';
|