summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-02 16:45:13 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-02 16:45:13 +0000
commit0f7107a09d6f6792e3cad68e66112188b6aada14 (patch)
tree821ba5223a8d0f0eeb1b81b4b4cc926e70b8a044 /pod
parente3e804c95d90aee717e2c436ebefa57599e64a70 (diff)
downloadperl-0f7107a09d6f6792e3cad68e66112188b6aada14.tar.gz
Fix case in external pod link
p4raw-id: //depot/perl@29192
Diffstat (limited to 'pod')
-rw-r--r--pod/perlop.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 4030ed6d1e..cf36bf2248 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -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<~~>