File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1537,7 +1537,7 @@ impl BitSet {
1537
1537
bit_vec. nbits = trunc_len * u32:: BITS ;
1538
1538
}
1539
1539
1540
- /// Iterator over each u32 stored in the `BitSet`.
1540
+ /// Iterator over each usize stored in the `BitSet`.
1541
1541
///
1542
1542
/// # Examples
1543
1543
///
@@ -1558,7 +1558,7 @@ impl BitSet {
1558
1558
SetIter { set : self , next_idx : 0 }
1559
1559
}
1560
1560
1561
- /// Iterator over each u32 stored in `self` union `other`.
1561
+ /// Iterator over each usize stored in `self` union `other`.
1562
1562
/// See [union_with](#method.union_with) for an efficient in-place version.
1563
1563
///
1564
1564
/// # Examples
@@ -1658,7 +1658,7 @@ impl BitSet {
1658
1658
} )
1659
1659
}
1660
1660
1661
- /// Iterator over each u32 stored in the symmetric difference of `self` and `other`.
1661
+ /// Iterator over each usize stored in the symmetric difference of `self` and `other`.
1662
1662
/// See [symmetric_difference_with](#method.symmetric_difference_with) for
1663
1663
/// an efficient in-place version.
1664
1664
///
You can’t perform that action at this time.
0 commit comments