mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-10 00:50:55 +01:00
Fix typo in ArticleStatus.swift
This commit is contained in:
parent
bfe63c4e19
commit
e99dc24fe0
@ -11,7 +11,7 @@ import Foundation
|
|||||||
// Threading rules:
|
// Threading rules:
|
||||||
// * Main-thread only
|
// * Main-thread only
|
||||||
// * Except: may be created on background thread by StatusesTable.
|
// * Except: may be created on background thread by StatusesTable.
|
||||||
// Which is safe, because at creation time it’t not yet shared,
|
// Which is safe, because at creation time it’s not yet shared,
|
||||||
// and it won’t be mutated ever on a background thread.
|
// and it won’t be mutated ever on a background thread.
|
||||||
|
|
||||||
public final class ArticleStatus: Hashable {
|
public final class ArticleStatus: Hashable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user