Skip to content

Commit d9a5748

Browse files
Update NNNN-SerialExecutor-isIsolated.md
Co-authored-by: Mykola (Nickolas) Pokhylets <[email protected]>
1 parent ccc62e9 commit d9a5748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-SerialExecutor-isIsolated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public func asUnownedSerialExecutor() -> UnownedSerialExecutor {
137137
}
138138
```
139139

140-
Which enables the following `isSameExclusiveExecutionContext` check, which can only be used when a "current" executor is present, and cannot be used when running code outside of a Swift concurren ytask (!):
140+
Which enables the following `isSameExclusiveExecutionContext` check, which can only be used when a "current" executor is present, and cannot be used when running code outside of a Swift concurrency task (!):
141141

142142
```swift
143143
// Existing API

0 commit comments

Comments
 (0)