aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-08-09 21:41:55 +0200
committerGitHub <[email protected]>2018-08-09 21:41:55 +0200
commit4e4dcf8b8d09e6b1aa1245541c377046de395a54 (patch)
tree980c910e475a2c0c162b80f4622b37b2997a04f0 /system
parent747e9df470dc18688305b4ea333803ee2d81167c (diff)
parentcf78f7c581ab9eb61fa404a15bbef35f79839e43 (diff)
downloadotp-4e4dcf8b8d09e6b1aa1245541c377046de395a54.tar.gz
otp-4e4dcf8b8d09e6b1aa1245541c377046de395a54.tar.bz2
otp-4e4dcf8b8d09e6b1aa1245541c377046de395a54.zip
Merge pull request #1917 from fenollp/doc_cmp_atoms__bis
Document how utf8 atoms are ordered OTP-15220
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/expressions.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index 69fc558827..1f48233c39 100644
--- a/system/doc/reference_manual/expressions.xml
+++ b/system/doc/reference_manual/expressions.xml
@@ -578,8 +578,7 @@ number &lt; atom &lt; reference &lt; fun &lt; port &lt; pid &lt; tuple &lt; map
ascending term order and then by values in key order.
In maps key order integers types are considered less than floats types.
</p>
- <p>Atoms are compared using their string value, character by character.
- </p>
+ <p>Atoms are compared using their string value, codepoint by codepoint.</p>
<p>When comparing an integer to a float, the term with the lesser
precision is converted into the type of the other term, unless the
operator is one of <c>=:=</c> or <c>=/=</c>. A float is more precise than