diff options
Diffstat (limited to 'Hutch/Networking/SRHTError.swift')
| -rw-r--r-- | Hutch/Networking/SRHTError.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Networking/SRHTError.swift b/Hutch/Networking/SRHTError.swift index 3c3a87f..b9fc4c8 100644 --- a/Hutch/Networking/SRHTError.swift +++ b/Hutch/Networking/SRHTError.swift @@ -1,6 +1,6 @@ import Foundation -/// Errors produced by the Sourcehut GraphQL client. +/// Errors produced by the SourceHut GraphQL client. enum SRHTError: LocalizedError, Sendable { /// The server returned one or more GraphQL-level errors. case graphQLErrors([GraphQLError]) |
