Skip to content

Commit fc4e8c7

Browse files
nzrqdtolnay
andauthored
Update library/std/src/collections/hash/set.rs
Co-authored-by: David Tolnay <[email protected]>
1 parent fdd8b62 commit fc4e8c7

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/collections/hash

1 file changed

+1
-1
lines changed

library/std/src/collections/hash/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ where
588588
/// Visits the values representing the intersection,
589589
/// i.e., the values that are both in `self` and `other`.
590590
///
591-
/// Note: When an equal element is present in `self` and `other`
591+
/// When an equal element is present in `self` and `other`
592592
/// then the resulting `Intersection` may yield references to
593593
/// one or the other, which will be visible in properties of `T`
594594
/// not participating in the `Eq` implementation.

0 commit comments

Comments
 (0)