Skip to content

Commit

Permalink
Merge pull request #264 from shekhirin/treemap-select-none
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops authored Feb 14, 2024
2 parents a2aa2a5 + 678356f commit 87ab928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treemap/inherent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ impl RoaringTreemap {
+ iter.map(|(_, bitmap)| bitmap.len()).sum::<u64>()
}

/// Returns the `n`th integer in the set or `None` if `n <= len()`
/// Returns the `n`th integer in the set or `None` if `n >= len()`
///
/// # Examples
///
Expand Down

0 comments on commit 87ab928

Please sign in to comment.