summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r--pod/perlsyn.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index 5b1af05364..a51a67d6b6 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -705,9 +705,8 @@ entries apply in those cases.
undef Range[4] always false
Any Range[4] in string range
- Num numish[5] numeric equality $a == $b
- Any Str string equality $a eq $b
Any Num numeric equality $a == $b
+ Num numish[5] numeric equality $a == $b
Any Any string equality $a eq $b