From 2a188ed123da731dd3f1ec62a370573d37eccd51 Mon Sep 17 00:00:00 2001 From: Laszlo Teveli Date: Wed, 5 Jun 2024 16:11:30 +0200 Subject: [PATCH] Fixed @preconcurrency syntax in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fb2864e8601..6a78223d73018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,7 +135,7 @@ And the module structure to support such applications looks like this: ```swift @MainActor - class MyViewController: ViewDelegateProtocol { + class MyViewController: @preconcurrency ViewDelegateProtocol { func respondToUIEvent() { // implementation... }