Skip to content

Commit 9f177d1

Browse files
Update stdlib/public/core/Codable.swift
Co-authored-by: Ben Rimmington <[email protected]>
1 parent 191eaad commit 9f177d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ public struct KeyedEncodingContainer<K: CodingKey> :
938938
///
939939
/// Decoders should provide types conforming to `UnkeyedDecodingContainer` for
940940
/// their format.
941-
public protocol KeyedDecodingContainerProtocol<Key> {
941+
public protocol KeyedDecodingContainerProtocol {
942942
associatedtype Key: CodingKey
943943

944944
/// The path of coding keys taken to get to this point in decoding.

0 commit comments

Comments
 (0)