diff options
| author | nzrq <42440961+nzrq@users.noreply.github.com> | 2022-06-04 20:03:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-04 20:03:55 -0400 |
| commit | fc4e8c7f0d4611a4fce40b0e991c03fbe349af04 (patch) | |
| tree | 97ae741ad0799759ba30eb154e42dd2b69a363eb /library/std/src/collections | |
| parent | fdd8b6229e3fea8d29c2262a123df05123797040 (diff) | |
| download | rust-fc4e8c7f0d4611a4fce40b0e991c03fbe349af04.tar.gz rust-fc4e8c7f0d4611a4fce40b0e991c03fbe349af04.zip | |
Update library/std/src/collections/hash/set.rs
Co-authored-by: David Tolnay <dtolnay@gmail.com>
Diffstat (limited to 'library/std/src/collections')
| -rw-r--r-- | library/std/src/collections/hash/set.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/collections/hash/set.rs b/library/std/src/collections/hash/set.rs index de1431b1dba..0a0c08eb1e9 100644 --- a/library/std/src/collections/hash/set.rs +++ b/library/std/src/collections/hash/set.rs @@ -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. |
