diff --git a/src/bitmap/immutable.rs b/src/bitmap/immutable.rs index f4a7cc7df34..9ada0956542 100644 --- a/src/bitmap/immutable.rs +++ b/src/bitmap/immutable.rs @@ -151,7 +151,7 @@ impl Bitmap { /// Returns the number of unset bits on this [`Bitmap`]. /// - /// Guaranted to be `<= self.len()`. + /// Guaranteed to be `<= self.len()`. /// # Implementation /// This function is `O(1)` - the number of unset bits is computed when the bitmap is /// created