ITS#9270 - Fix typo in prev commit

This commit is contained in:
Quanah Gibson-Mount 2021-03-02 19:08:25 +00:00
parent bab02ea40b
commit be13da69e8

View file

@ -133,7 +133,7 @@ metaphone being the default.
H3: Substring indexing
Substring indexes work on spliting the value into short chunks and then
Substring indexes work on splitting the value into short chunks and then
indexing those in a similar way to how equality index does. The storage
space needed to store all of this data is analogous to the amount of data
being indexed, which makes the indexes extremely heavy-handed in most