Skip to content

Commit 78ace58

Browse files
authored
Merge pull request swiftlang#36308 from eltociear/patch-10
2 parents 7a848d2 + c28ae62 commit 78ace58

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)