We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd66cc6 commit ee14e1fCopy full SHA for ee14e1f
stdlib/public/core/Array.swift
@@ -2177,8 +2177,7 @@ extension Array {
2177
/// are both `true`, then `a.isTriviallyIdentical(to: c)` is also `true`.
2178
/// (Transitivity)
2179
/// - If `a` and `b` are `Equatable`, then `a.isTriviallyIdentical(b)` implies
2180
- /// `a == b`
2181
- /// - `a == b` does not imply `a.isTriviallyIdentical(b)`
+ /// `a == b`. `a == b` does not imply `a.isTriviallyIdentical(b)`
2182
///
2183
/// Values produced by copying the same value, with no intervening mutations,
2184
/// compare as identical:
0 commit comments