Skip to content

Commit 4b39863

Browse files
authored
Merge pull request #38760 from eltociear/patch-21
2 parents 415d4e3 + fb1e8c4 commit 4b39863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decl/protocol/special/coding/enum_coding_key.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ enum Int8Key : Int8, CodingKey { // expected-error {{type 'Int8Key' does not con
4343
struct StructKey : CodingKey { // expected-error {{type 'StructKey' does not conform to protocol 'CodingKey'}}
4444
}
4545

46-
// Classes conforming to CodingKey should not get implict derived conformance.
46+
// Classes conforming to CodingKey should not get implicit derived conformance.
4747
class ClassKey : CodingKey { //expected-error {{type 'ClassKey' does not conform to protocol 'CodingKey'}}
4848
}
4949

0 commit comments

Comments
 (0)