Skip to content

Commit

Permalink
Merge pull request #8 from rizwan95/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
ebelinski authored Jan 9, 2024
2 parents 0a15683 + d506c8f commit 8172446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _subpages/mainactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Task {

### Limitations

A piece of code marked with `@MainActor` might still contain additional logic that runs on a different threat if it is sent to a different [dispatch](/dispatch) queue:
A piece of code marked with `@MainActor` might still contain additional logic that runs on a different thread if it is sent to a different [dispatch](/dispatch) queue:

```swift
import Foundation
Expand Down

0 comments on commit 8172446

Please sign in to comment.