Skip to content

Commit 75d60af

Browse files
authored
Merge pull request #74139 from tevelee/main
[ChangeLog] Updated entry for SE-0423
2 parents 80fc3e2 + 2a188ed commit 75d60af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ And the module structure to support such applications looks like this:
135135

136136
```swift
137137
@MainActor
138-
class MyViewController: ViewDelegateProtocol {
138+
class MyViewController: @preconcurrency ViewDelegateProtocol {
139139
func respondToUIEvent() {
140140
// implementation...
141141
}

0 commit comments

Comments
 (0)