We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58823f commit cff79d9Copy full SHA for cff79d9
proposals/0392-custom-actor-executors.md
@@ -121,7 +121,7 @@ Asserting the apropriate executor is used in a synchronous piece of code looks l
121
122
````swift
123
func synchronousButNeedsMainActorContext() {
124
- // check if we're executing on the maina actor context (or crash if we're not)
+ // check if we're executing on the main actor context (or crash if we're not)
125
MainActor.preconditionIsolated()
126
127
// same as precondition, however only in DEBUG builds
0 commit comments