We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b84be commit 04160acCopy full SHA for 04160ac
1 file changed
crates/geo_filters/src/diff_count/sim_hash.rs
@@ -96,7 +96,7 @@ impl<C: GeoConfig<Diff>> GeoDiffCount<'_, C> {
96
/// the expected diff size.
97
///
98
/// The geo_filter can be used to do an "exact" search by setting expected_diff_size to zero.
99
- /// in this case, all the buckets must match. Similarly, small differences can be found by
+ /// In this case, all the buckets must match. Similarly, small differences can be found by
100
/// requiring (SIM_BUCKETS - expected_diff_size) many buckets to match. For larger differences
101
/// SIM_BUCKETS / 2 many buckets have to match.
102
pub fn sim_hashes_search(
0 commit comments