Skip to content

Commit 632e7fc

Browse files
authored
Add missing = (#2608)
1 parent cfd0cb9 commit 632e7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0434-global-actor-isolated-types-usability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class NonSendable {}
166166
func test() {
167167
let ns = NonSendable()
168168

169-
let closure { @MainActor in
169+
let closure = { @MainActor in
170170
print(ns)
171171
}
172172

0 commit comments

Comments
 (0)