Skip to content

Commit c67df44

Browse files
authored
Merge pull request #2249 from stzn/patch-2
SE-0411: fix a typo
2 parents c94efbd + 9448118 commit c67df44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0411-isolated-default-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class C {
5757
@MainActor var x1 = requiresMainActor()
5858
@AnotherActor var x2 = requiresAnotherActor()
5959

60-
nonisolated init() {} // error: 'self.x2' and 'self.x2' are not initialized
60+
nonisolated init() {} // error: 'self.x1' and 'self.x2' are not initialized
6161
}
6262
```
6363

0 commit comments

Comments
 (0)