We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb70fdf commit 61550cdCopy full SHA for 61550cd
1 file changed
src/lib.rs
@@ -1032,9 +1032,9 @@ impl<'a> Iterator for Ones<'a> {
1032
// Ones will continue to return None once it first returns None.
1033
impl<'a> FusedIterator for Ones<'a> {}
1034
1035
-/// An iterator producing the indices of the set bit in a set.
+/// An iterator producing the indices of the unset bit in a set.
1036
///
1037
-/// This struct is created by the [`FixedBitSet::ones`] method.
+/// This struct is created by the [`FixedBitSet::zeroes`] method.
1038
pub struct Zeroes<'a> {
1039
bitset: Block,
1040
block_idx: usize,
0 commit comments