Skip to content

Commit cff79d9

Browse files
gwynnektoso
authored andcommitted
SE-0392 trivial typo fix
1 parent e58823f commit cff79d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0392-custom-actor-executors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Asserting the apropriate executor is used in a synchronous piece of code looks l
121121

122122
````swift
123123
func synchronousButNeedsMainActorContext() {
124-
// check if we're executing on the maina actor context (or crash if we're not)
124+
// check if we're executing on the main actor context (or crash if we're not)
125125
MainActor.preconditionIsolated()
126126

127127
// same as precondition, however only in DEBUG builds

0 commit comments

Comments
 (0)