Skip to content

Commit 510afdf

Browse files
authored
Merge pull request swiftlang#39217 from heoblitz/main
2 parents b189084 + 76f639a commit 510afdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Codable.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,8 +3308,8 @@ public enum DecodingError: Error {
33083308
/// for debugging.
33093309
case valueNotFound(Any.Type, Context)
33103310

3311-
/// An indication that a keyed decoding container was asked for an entry for
3312-
/// the given key, but did not contain one.
3311+
/// An indication that a keyed decoding container was asked for an entry for
3312+
/// the given key, but did not contain one.
33133313
///
33143314
/// As associated values, this case contains the attempted key and context
33153315
/// for debugging.

0 commit comments

Comments
 (0)