Skip to content

Commit 29ff1c9

Browse files
committed
perlop: Fix up a couple X<>
This gets things more rationally ordered
1 parent ffc9185 commit 29ff1c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pod/perlop.pod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,9 +1492,8 @@ precedence. This means that it short-circuits: the right
14921492
expression is evaluated only if the left expression is true.
14931493

14941494
=head2 Logical or and Exclusive Or
1495-
X<operator, logical, or> X<operator, logical, xor>
1496-
X<operator, logical, exclusive or>
1497-
X<or> X<xor>
1495+
X<operator, logical, or> X<or>
1496+
X<operator, logical, xor> X<operator, logical, exclusive or> X<xor>
14981497

14991498
There is no low precedence operator for defined-OR.
15001499

0 commit comments

Comments
 (0)