diff --git a/Sources/Auth/AuthClient.swift b/Sources/Auth/AuthClient.swift index f92cef90..49ca2118 100644 --- a/Sources/Auth/AuthClient.swift +++ b/Sources/Auth/AuthClient.swift @@ -56,7 +56,7 @@ public actor AuthClient { /// Returns the session, refreshing it if necessary. /// - /// If no session can be found, a ``AuthError/sessionNotFound`` error is thrown. + /// If no session can be found, a ``AuthError/sessionMissing`` error is thrown. public var session: Session { get async throws { try await sessionManager.session()