In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/ae999eaf3df1ac7396ec3e133b04a95e1c7bc0ea?hp=36a5d907e8a51ac5d2c36bc610c3f0b71ebe199d>

- Log -----------------------------------------------------------------
commit ae999eaf3df1ac7396ec3e133b04a95e1c7bc0ea
Author: Andreas Koenig <[email protected]>
Date:   Sun Feb 10 16:20:57 2019 +0000

    perlsyn.pod: correct typo in doc

-----------------------------------------------------------------------

Summary of changes:
 pod/perlsyn.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 

-- 
Perl5 Master Repository

Reply via email to