diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-09-23 22:09:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-09-23 22:09:57 +0000 |
commit | 659cfd94ba23a1b903a75ecaffde534106f93c22 (patch) | |
tree | 17ebfc94dff6effbb1937078bf35d5c9d1e7d202 /pod/perlpodspec.pod | |
parent | f83912f27d5903d07e19b71d691d929ef9066cbc (diff) | |
download | perl-659cfd94ba23a1b903a75ecaffde534106f93c22.tar.gz |
The FAQ answer about POD comments was incorrect. [perl #23893]
(plus a few typos.)
p4raw-id: //depot/perl@21349
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r-- | pod/perlpodspec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index e42bd4f8be..40e5371fe3 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -238,7 +238,7 @@ ignored. Examples: # This is the first line of program text. sub foo { # This is the second. -It is an error to try to I<start> a Pod black with a "=cut" command. In +It is an error to try to I<start> a Pod block with a "=cut" command. In that case, the Pod processor must halt parsing of the input file, and must by default emit a warning. |