File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Foundation
1212// Error Utilities
1313//===----------------------------------------------------------------------===//
1414
15- internal extension DecodingError {
15+ extension DecodingError {
1616 /// Returns a `.typeMismatch` error describing the expected type.
1717 ///
1818 /// - parameter path: The path of `CodingKey`s taken to decode a value of this type.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import Foundation
1111//===----------------------------------------------------------------------===//
1212// Error Utilities
1313//===----------------------------------------------------------------------===//
14- internal extension EncodingError {
14+ extension EncodingError {
1515 /// Returns a `.invalidValue` error describing the given invalid floating-point value.
1616 ///
1717 ///
You can’t perform that action at this time.
0 commit comments