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

Fix a typo in the docs #1225

Merged
merged 1 commit into from
Aug 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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