File: spelling.patch

package info (click to toggle)
libweb-scraper-perl 0.38-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 312 kB
  • ctags: 34
  • sloc: perl: 473; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (2)
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';