summaryrefslogtreecommitdiff
path: root/pod/perlpodspec.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-09-23 22:09:57 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-09-23 22:09:57 +0000
commit659cfd94ba23a1b903a75ecaffde534106f93c22 (patch)
tree17ebfc94dff6effbb1937078bf35d5c9d1e7d202 /pod/perlpodspec.pod
parentf83912f27d5903d07e19b71d691d929ef9066cbc (diff)
downloadperl-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.pod2
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.