Skip to content

Commit 9a220b8

Browse files
DOCSP-35883 fix collision typo (#6066)
1 parent ed95e84 commit 9a220b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/indexes/index-types/index-hashed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Floating-Point Numbers
4646

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

0 commit comments

Comments
 (0)