diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-02 16:45:13 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-02 16:45:13 +0000 |
commit | 0f7107a09d6f6792e3cad68e66112188b6aada14 (patch) | |
tree | 821ba5223a8d0f0eeb1b81b4b4cc926e70b8a044 /pod | |
parent | e3e804c95d90aee717e2c436ebefa57599e64a70 (diff) | |
download | perl-0f7107a09d6f6792e3cad68e66112188b6aada14.tar.gz |
Fix case in external pod link
p4raw-id: //depot/perl@29192
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 2 |
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<~~> |