diff options
author | Pierre Fenoll <[email protected]> | 2018-08-09 10:52:05 +0200 |
---|---|---|
committer | Pierre Fenoll <[email protected]> | 2018-08-09 18:15:54 +0200 |
commit | cf78f7c581ab9eb61fa404a15bbef35f79839e43 (patch) | |
tree | 3d0ace4895d248c06166bf29f5a2f4f32619a27b /system | |
parent | 2c19a6010e9576e1979216863b5f63ebe302bf69 (diff) | |
download | otp-cf78f7c581ab9eb61fa404a15bbef35f79839e43.tar.gz otp-cf78f7c581ab9eb61fa404a15bbef35f79839e43.tar.bz2 otp-cf78f7c581ab9eb61fa404a15bbef35f79839e43.zip |
Document how utf8 atoms are ordered
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/reference_manual/expressions.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml index 8bd4412762..a91c8e0178 100644 --- a/system/doc/reference_manual/expressions.xml +++ b/system/doc/reference_manual/expressions.xml @@ -578,8 +578,7 @@ number < atom < reference < fun < port < pid < tuple < 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 |