Skip to content

Commit 390641d

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

std/src/collections/hash/set.rs

+1-1
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)