Fix case in external pod link
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 16:45:13 +0000 (16:45 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 16:45:13 +0000 (16:45 +0000)
p4raw-id: //depot/perl@29192

pod/perlop.pod

index 4030ed6..cf36bf2 100644 (file)
@@ -438,7 +438,7 @@ argument.
 X<cmp>
 
 Binary "~~" does a smart match between its arguments. Smart matching
-is described in L<perlsyn/"Smart Matching in Detail">.
+is described in L<perlsyn/"Smart matching in detail">.
 This operator is only available if you enable the "~~" feature:
 see L<feature> for more information.
 X<~~>