Fix typo in ArticleStatus.swift

This commit is contained in:
Jordan Kay 2023-02-23 12:10:47 -05:00 committed by Brent Simmons
parent bfe63c4e19
commit e99dc24fe0

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 {