diff --git a/type_system.asciidoc b/type_system.asciidoc index 6e7c922..55badae 100755 --- a/type_system.asciidoc +++ b/type_system.asciidoc @@ -56,7 +56,7 @@ where all integers are considered smaller than all floats. If all the keys are the same then each value pair (in key order) is compared arithmetically, i.e. by first converting them to the same precision. -The same is true when comparing for equality, thus #{1 => 1.0} == #{1 => 1} but #{1.0 => 1} /= #{1 => 1}. +The same is true when comparing for equality, thus #{1 => 1.0} == #{1 => 1} but #{1.0 => 1} /= #{1 => 1}. In Erlang versions prior to 18 keys where also compared arithmetically.