Skip to content

Commit

Permalink
Removing HTML enteties.
Browse files Browse the repository at this point in the history
  • Loading branch information
happi committed Apr 7, 2017
1 parent b2bc365 commit d573308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type_system.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d573308

Please sign in to comment.