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 cca8bfb commit 62f8042Copy full SHA for 62f8042
stdlib/public/core/ClosedRange.swift
@@ -503,7 +503,7 @@ extension ClosedRange: Codable where Bound: Codable {
503
throw DecodingError.dataCorruptedError(
504
forKey: CodingKeys.upperBound,
505
in: container,
506
- debugDescription: "upperBound (to) cannot be less than lowerBound (through)"
+ debugDescription: "upperBound (through) cannot be less than lowerBound (from)"
507
)
508
}
509
self = lowerBound...upperBound
0 commit comments