summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-20 11:10:39 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-20 11:47:05 -0700
commit850b7ec98b08ce3e7330267f4331f3006ea95551 (patch)
treea7b7689dca59b74f5243cb8757db46fc43ef1c20 /pod/perlop.pod
parentb9f2b68390014b991c227e8c56d3e813584245b9 (diff)
downloadperl-850b7ec98b08ce3e7330267f4331f3006ea95551.tar.gz
Change 'semantics' to 'rules'
The term 'semantics' in documentation when applied to character sets is changed to 'rules' as being a shorter less-jargony synonym in this case. This was discussed several releases ago, but I didn't get around to it.
Diffstat (limited to 'pod/perlop.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 3e1553a42f..4b719895f3 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -1694,7 +1694,7 @@ modifier has is not propagated, being restricted to those patterns
explicitly using it.
The last four modifiers listed above, added in Perl 5.14,
-control the character set semantics, but C</a> is the only one you are likely
+control the character set rules, but C</a> is the only one you are likely
to want to specify explicitly; the other three are selected
automatically by various pragmas.