From d506c8fac5d240946dc265f506cc61bad1bdb4da Mon Sep 17 00:00:00 2001 From: Rizwan Ahmed Date: Fri, 8 Dec 2023 07:35:30 +0530 Subject: [PATCH] Fixed a typo Changed the text from "threat" to "Thread" --- _subpages/mainactor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_subpages/mainactor.md b/_subpages/mainactor.md index 8e562e3..26aa446 100644 --- a/_subpages/mainactor.md +++ b/_subpages/mainactor.md @@ -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