Skip to content

Commit 9448118

Browse files
authored
[SE-0411] fix a typo
1 parent c94efbd commit 9448118

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)