Skip to content

Commit fb018a3

Browse files
committed
auto merge of #16550 : kaseyc/rust/fix_documentation_error, r=alexcrichton
2 parents dc65307 + 9e514af commit fb018a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/bitv.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ impl BitvSet {
12711271
/// let a = BitvSet::from_bitv(bitv::from_bytes([0b01101000]));
12721272
/// let b = BitvSet::from_bitv(bitv::from_bytes([0b10100000]));
12731273
///
1274-
/// // Print 2, 4 in arbitrary order
1274+
/// // Print 1, 4 in arbitrary order
12751275
/// for x in a.difference(&b) {
12761276
/// println!("{}", x);
12771277
/// }

0 commit comments

Comments
 (0)