Skip to content

Commit

Permalink
Update library/std/src/collections/hash/set.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Tolnay <dtolnay@gmail.com>
  • Loading branch information
nzrq and dtolnay authored Jun 5, 2022
1 parent 0c50450 commit da78950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/collections/hash/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ where
/// Visits the values representing the intersection,
/// i.e., the values that are both in `self` and `other`.
///
/// Note: When an equal element is present in `self` and `other`
/// When an equal element is present in `self` and `other`
/// then the resulting `Intersection` may yield references to
/// one or the other, which will be visible in properties of `T`
/// not participating in the `Eq` implementation.
Expand Down

0 comments on commit da78950

Please sign in to comment.