Skip to content

Commit 420a166

Browse files
authored
Update 0392-custom-actor-executors.md (#2353)
Fix typo
1 parent 52decd7 commit 420a166

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
@@ -225,7 +225,7 @@ extension SerialExecutor {
225225
}
226226
```
227227

228-
A `SerialExecutor` does not introduce new API, other than the wrapping itself in an `UnownedSerialExecutor` which is used by the Swift runtime to pass executors without incuring reference counting overhead.
228+
A `SerialExecutor` does not introduce new API, other than the wrapping itself in an `UnownedSerialExecutor` which is used by the Swift runtime to pass executors without incurring reference counting overhead.
229229

230230
```swift
231231
/// An unowned reference to a serial executor (a `SerialExecutor`

0 commit comments

Comments
 (0)