summaryrefslogtreecommitdiff
path: root/pod/perlpod.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlpod.pod')
-rw-r--r--pod/perlpod.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpod.pod b/pod/perlpod.pod
index 068afe4177..0491dec1b7 100644
--- a/pod/perlpod.pod
+++ b/pod/perlpod.pod
@@ -238,7 +238,7 @@ region.
That is, with "=for", you can have only one paragraph's worth
of text (i.e., the text in "=foo targetname text..."), but with
"=begin targetname" ... "=end targetname", you can have any amount
-of stuff inbetween. (Note that there still must be a blank line
+of stuff in between. (Note that there still must be a blank line
after the "=begin" command and a blank line before the "=end"
command.