This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for merge commit 17154110146f
[perl5.git] / pod / perltrap.pod
index 7954b7a..acb4392 100644 (file)
@@ -170,7 +170,7 @@ C<do { } while> construct.  See L<perlsyn/"Loop Control">.
 
 =item *
 
-The switch statement is called C<given/when> and only available in
+The switch statement is called C<given>/C<when> and only available in
 perl 5.10 or newer.  See L<perlsyn/"Switch Statements">.
 
 =item *