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 98ed5f9 commit e017508Copy full SHA for e017508
stdlib/public/core/Codable.swift
@@ -71,7 +71,7 @@ extension CodingKey {
71
/// A textual representation of this key.
72
public var description: String {
73
let intValue = self.intValue?.description ?? "nil"
74
- return "\(String(describing: type(of: self)))(stringValue: \"\(stringValue)\", intValue: \(intValue))"
+ return "\(type(of: self))(stringValue: \"\(stringValue)\", intValue: \(intValue))"
75
}
76
77
/// A textual representation of this key, suitable for debugging.
0 commit comments