Skip to content

Commit b9b0bae

Browse files
committed
fix spelling mistake
1 parent ea774b5 commit b9b0bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/geo_filters/docs/choosing-a-hash-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fn test_different_hash_functions() {
5454

5555
The actual value returned in this example is ~200. This makes sense because the geofilter
5656
thinks that there are 100 unique values in each of the filters, so the difference is approximated
57-
as being ~200. If we were to rerun the above example with a genuinely reproducable `BuildHasher`
57+
as being ~200. If we were to rerun the above example with a genuinely reproducible `BuildHasher`
5858
then the resulting diff size would be `0`.
5959

6060
In debug builds, as part of the config's `eq` implementation, our library will assert that the `BuildHasher`s

0 commit comments

Comments
 (0)