File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2171,8 +2171,7 @@ extension Dictionary {
21712171 /// are both `true`, then `a.isTriviallyIdentical(to: c)` is also `true`.
21722172 /// (Transitivity)
21732173 /// - If `a` and `b` are `Equatable`, then `a.isTriviallyIdentical(b)` implies
2174- /// `a == b`
2175- /// - `a == b` does not imply `a.isTriviallyIdentical(b)`
2174+ /// `a == b`. `a == b` does not imply `a.isTriviallyIdentical(b)`
21762175 ///
21772176 /// Values produced by copying the same value, with no intervening mutations,
21782177 /// will compare identical:
Original file line number Diff line number Diff line change @@ -1674,8 +1674,7 @@ extension Set {
16741674 /// - If `a.isTriviallyIdentical(to: b)` and `b.isTriviallyIdentical(to: c)`
16751675 /// are both `true`, then `a.isTriviallyIdentical(to: c)` is also `true`.
16761676 /// (Transitivity)
1677- /// - `a.isTriviallyIdentical(b)` implies `a == b`
1678- /// - `a == b` does not imply `a.isTriviallyIdentical(b)`
1677+ /// - `a.isTriviallyIdentical(b)` implies `a == b`. `a == b` does not imply `a.isTriviallyIdentical(b)`
16791678 ///
16801679 /// Values produced by copying the same value, with no intervening mutations,
16811680 /// will compare identical:
You can’t perform that action at this time.
0 commit comments