Skip to content

Commit

Permalink
Update src/core/src/sketch/hyperloglog/estimators.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Irber <[email protected]>
  • Loading branch information
LucaCappelletti94 and luizirber authored Aug 18, 2024
1 parent 13b819b commit f9bdf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/sketch/hyperloglog/estimators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use core::{
pub type CounterType = u8;

/// Trait for types that can be used as multiplicity integers.
pub trait MulteplicityInteger:
pub trait MultiplicityInteger:
Shl<usize, Output = Self>
+ Copy
+ AddAssign
Expand Down

0 comments on commit f9bdf12

Please sign in to comment.