Skip to content

Commit ee14e1f

Browse files
lorenteyvanvoorden
authored andcommitted
Update stdlib/public/core/Array.swift
1 parent fd66cc6 commit ee14e1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stdlib/public/core/Array.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,8 +2177,7 @@ extension Array {
21772177
/// are both `true`, then `a.isTriviallyIdentical(to: c)` is also `true`.
21782178
/// (Transitivity)
21792179
/// - If `a` and `b` are `Equatable`, then `a.isTriviallyIdentical(b)` implies
2180-
/// `a == b`
2181-
/// - `a == b` does not imply `a.isTriviallyIdentical(b)`
2180+
/// `a == b`. `a == b` does not imply `a.isTriviallyIdentical(b)`
21822181
///
21832182
/// Values produced by copying the same value, with no intervening mutations,
21842183
/// compare as identical:

0 commit comments

Comments
 (0)