We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea774b5 commit b9b0baeCopy full SHA for b9b0bae
1 file changed
crates/geo_filters/docs/choosing-a-hash-function.md
@@ -54,7 +54,7 @@ fn test_different_hash_functions() {
54
55
The actual value returned in this example is ~200. This makes sense because the geofilter
56
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`
+as being ~200. If we were to rerun the above example with a genuinely reproducible `BuildHasher`
58
then the resulting diff size would be `0`.
59
60
In debug builds, as part of the config's `eq` implementation, our library will assert that the `BuildHasher`s
0 commit comments