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 33582e6 commit 98ed5f9Copy full SHA for 98ed5f9
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 "\(String(describing: type(of: self)))(stringValue: \"\(stringValue)\", intValue: \(intValue))"
75
}
76
77
/// A textual representation of this key, suitable for debugging.
0 commit comments