Skip to content

Commit fb1e8c4

Browse files
author
Ikko Ashimine
authored
Fix typo in enum_coding_key.swift
implict -> implicit
1 parent 415d4e3 commit fb1e8c4

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)