summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
diff options
context:
space:
mode:
authorAndreas Koenig <root@dubravka.in-berlin.de>2019-02-10 16:20:57 +0000
committerTony Cook <tony@develop-help.com>2019-02-11 10:28:16 +1100
commitae999eaf3df1ac7396ec3e133b04a95e1c7bc0ea (patch)
treec3e5a877a59cb8deb919cf74a043d646e2ed668e /pod/perlsyn.pod
parent36a5d907e8a51ac5d2c36bc610c3f0b71ebe199d (diff)
downloadperl-ae999eaf3df1ac7396ec3e133b04a95e1c7bc0ea.tar.gz
perlsyn.pod: correct typo in doc
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r--pod/perlsyn.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index b49227a882..02cfb73b1a 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -335,7 +335,7 @@ conditional is about to be evaluated again. Thus it can be used to
increment a loop variable, even when the loop has been continued via
the C<next> statement.
-When a block is preceding by a compilation phase keyword such as C<BEGIN>,
+When a block is preceded by a compilation phase keyword such as C<BEGIN>,
C<END>, C<INIT>, C<CHECK>, or C<UNITCHECK>, then the block will run only
during the corresponding phase of execution. See L<perlmod> for more details.