Skip to content

Commit

Permalink
DOCSP-35883 fix collision typo (#6066)
Browse files Browse the repository at this point in the history
jeff-allen-mongo authored Jan 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ed95e84 commit 9a220b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/indexes/index-types/index-hashed.txt
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ Floating-Point Numbers

Hashed indexes truncate floating-point numbers to 64-bit integers before
hashing. For example, a hashed index uses the same hash to store the
values ``2.3``, ``2.2``, and ``2.9``. This is a **collison**, where
values ``2.3``, ``2.2``, and ``2.9``. This is a **collision**, where
multiple values are assigned to a single hash key. Collisions may
negatively impact query performance.

0 comments on commit 9a220b8

Please sign in to comment.