diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-01-15 12:44:45 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-01-15 12:44:45 +0000 |
commit | 76d78319f4afd6fb51d3c21ce508a99490772708 (patch) | |
tree | 2a8c19f001f2ed0d6b55029699c14ab2583327a7 /lib/feature.pm | |
parent | 5aae453445632c7b5e937ed90affb776f065029d (diff) | |
download | perl-76d78319f4afd6fb51d3c21ce508a99490772708.tar.gz |
Fix link to perlsyn (thanks to Michael G Schwern)
p4raw-id: //depot/perl@29821
Diffstat (limited to 'lib/feature.pm')
-rw-r--r-- | lib/feature.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index 825ecac6d5..f8e2862240 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -81,7 +81,7 @@ See L<perlsyn/"Switch statements"> for details. C<use feature '~~'> tells the compiler to enable the Perl 6 smart match C<~~> operator. -See L<perlsyn/"Smart Matching in Detail"> for details. +See L<perlsyn/"Smart matching in detail"> for details. =head2 The 'say' feature |