Merge pull request #3877 from jordanekay/patch-2

Fix typo in ArticleStatus.swift
This commit is contained in:
Maurice Parker
2023-03-06 16:59:01 -06:00
committed by GitHub

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 {