From d573308634ccc81918f6f3b7c30e2500109ea587 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Fri, 7 Apr 2017 19:48:18 +0200 Subject: [PATCH] Removing HTML enteties. --- type_system.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.