Skip to content

Commit aebd6c8

Browse files
committed
Fixed @preconcurrency syntax in CHANGELOG
1 parent a632ee7 commit aebd6c8

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
@@ -139,7 +139,7 @@ And the module structure to support such applications looks like this:
139139

140140
```swift
141141
@MainActor
142-
class MyViewController: ViewDelegateProtocol {
142+
class MyViewController: @preconcurrency ViewDelegateProtocol {
143143
func respondToUIEvent() {
144144
// implementation...
145145
}

0 commit comments

Comments
 (0)