Skip to content

Commit 2a188ed

Browse files
committed
Fixed @preconcurrency syntax in CHANGELOG
1 parent 67c0fd8 commit 2a188ed

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)