summaryrefslogtreecommitdiff
path: root/lib/feature.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-15 12:44:45 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-15 12:44:45 +0000
commit76d78319f4afd6fb51d3c21ce508a99490772708 (patch)
tree2a8c19f001f2ed0d6b55029699c14ab2583327a7 /lib/feature.pm
parent5aae453445632c7b5e937ed90affb776f065029d (diff)
downloadperl-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.pm2
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