From 876f782bbb7cec0455648dc39a988015fefbd3c6 Mon Sep 17 00:00:00 2001 From: Teymour Aldridge Date: Mon, 15 Aug 2022 14:13:14 +0100 Subject: [PATCH] Fix a typo in the docs --- 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