diff options
author | Frank Wiegand <frank.wiegand@gmail.com> | 2009-01-21 15:28:39 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2009-01-21 15:43:59 +0100 |
commit | b8921b3e20c463c85c5db53a08af87e03d44b1d3 (patch) | |
tree | d1d031bd2c21727f743197794342607b36c79376 /pod/perlfunc.pod | |
parent | 5079785043e4c6884f73006b0d2ec276d2121a4a (diff) | |
download | perl-b8921b3e20c463c85c5db53a08af87e03d44b1d3.tar.gz |
POD typos
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 8ba3243635..4814ac774b 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4621,7 +4621,7 @@ A reference to a subroutine. If there is no filehandle (previous item), then this subroutine is expected to generate one line of source code per call, writing the line into C<$_> and returning 1, then returning 0 at "end of file". If there is a filehandle, then the subroutine will be -called to act a simple source filter, with the line as read in C<$_>. +called to act as a simple source filter, with the line as read in C<$_>. Again, return 1 for each valid line, and 0 after all lines have been returned. |