Skip to content

Commit c28ae62

Browse files
author
Ikko Ashimine
authored
[SyntaxParse] Fix typo in round_trip_misc.swift
Implict -> Implicit
1 parent f103d2e commit c28ae62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Syntax/round_trip_misc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class C {
44
// Erroneous typealias decl.
55
typealias Inner: Foo = Int
66

7-
// Implict accessor with attribute at the top of its body.
7+
// Implicit accessor with attribute at the top of its body.
88
var x: Int {
99
@objc
1010
func f() {}

0 commit comments

Comments
 (0)