Skip to content

Commit 62f8042

Browse files
committed
FIxed typo
1 parent cca8bfb commit 62f8042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ClosedRange.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ extension ClosedRange: Codable where Bound: Codable {
503503
throw DecodingError.dataCorruptedError(
504504
forKey: CodingKeys.upperBound,
505505
in: container,
506-
debugDescription: "upperBound (to) cannot be less than lowerBound (through)"
506+
debugDescription: "upperBound (through) cannot be less than lowerBound (from)"
507507
)
508508
}
509509
self = lowerBound...upperBound

0 commit comments

Comments
 (0)