Skip to content

Commit 04160ac

Browse files
itsibitziCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 04b84be commit 04160ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/geo_filters/src/diff_count/sim_hash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl<C: GeoConfig<Diff>> GeoDiffCount<'_, C> {
9696
/// the expected diff size.
9797
///
9898
/// 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
99+
/// In this case, all the buckets must match. Similarly, small differences can be found by
100100
/// requiring (SIM_BUCKETS - expected_diff_size) many buckets to match. For larger differences
101101
/// SIM_BUCKETS / 2 many buckets have to match.
102102
pub fn sim_hashes_search(

0 commit comments

Comments
 (0)