From 5c78b3ffc1bcd598129a59e94f520a324c141fae Mon Sep 17 00:00:00 2001 From: Teymour Aldridge Date: Mon, 15 Aug 2022 18:48:54 +0100 Subject: [PATCH] Fix a typo in the docs (#1225) --- src/bitmap/immutable.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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