Fix link to perlsyn (thanks to Michael G Schwern)
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 15 Jan 2007 12:44:45 +0000 (12:44 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 15 Jan 2007 12:44:45 +0000 (12:44 +0000)
p4raw-id: //depot/perl@29821

lib/feature.pm

index 825ecac..f8e2862 100644 (file)
@@ -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