Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix a typo in the docs (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
teymour-aldridge committed Aug 15, 2022
1 parent cc8f4f2 commit 5c78b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitmap/immutable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c78b3f

Please sign in to comment.