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.
2 parents b189084 + 76f639a commit 510afdfCopy full SHA for 510afdf
stdlib/public/core/Codable.swift
@@ -3308,8 +3308,8 @@ public enum DecodingError: Error {
3308
/// for debugging.
3309
case valueNotFound(Any.Type, Context)
3310
3311
- /// An indication that a keyed decoding container was asked for an entry for
3312
- /// the given key, but did not contain one.
+ /// An indication that a keyed decoding container was asked for an entry for
+ /// the given key, but did not contain one.
3313
///
3314
/// As associated values, this case contains the attempted key and context
3315
0 commit comments