Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ nil, booleans, strings, characters, and symbols are equal to values of the same
**edn** representation.

integers and floating point numbers should be considered equal to values only of the same
magnitude, _type, and precision_. Comingling numeric types and precision in map/set key/elements,
magnitude, _type, and precision_. Commingling numeric types and precision in map/set key/elements,
or constituents therein, is not advised.

sequences (lists and vectors) are equal to other sequences whose count of elements is the same, and
Expand Down