Fix typo in ArticleStatus.swift

This commit is contained in:
Jordan Kay
2023-02-23 12:10:47 -05:00
committed by GitHub
parent 9bb09b8ec8
commit 9afdcd4867

View File

@@ -11,7 +11,7 @@ import Foundation
// Threading rules:
// * Main-thread only
// * Except: may be created on background thread by StatusesTable.
// Which is safe, because at creation time itt not yet shared,
// Which is safe, because at creation time its not yet shared,
// and it wont be mutated ever on a background thread.
public final class ArticleStatus: Hashable {