summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-07-18 15:04:16 +0100
committerDavid Mitchell <davem@iabyn.com>2016-07-18 15:08:16 +0100
commit3df91f1a10601c50feeed86614da0d5be5b1ac59 (patch)
tree13a7834efcb83886f2c0544d8893d90887def672 /pod/perlop.pod
parentef07b9e56353ef13f6b999d0ebae0466282a9fcc (diff)
downloadperl-3df91f1a10601c50feeed86614da0d5be5b1ac59.tar.gz
perlop: clarify that entries aren't in prec order
RT #127921 The phrasing may have given the impression that the =head2 for each operator was at a lower precedence than the previous =head2. Disabuse people of that notion.
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r--pod/perlop.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 365c962221..d9dc6a603c 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -71,7 +71,8 @@ values only, not array values.
left and
left or xor
-In the following sections, these operators are covered in precedence order.
+In the following sections, these operators are covered in detail, in the
+same order in which they appear in the table above.
Many operators can be overloaded for objects. See L<overload>.