Skip to content

Commit b9dc3a3

Browse files
authored
fix: update outdated error doc (#699)
1 parent 4c4f2a0 commit b9dc3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/Auth/AuthClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public actor AuthClient {
5656

5757
/// Returns the session, refreshing it if necessary.
5858
///
59-
/// If no session can be found, a ``AuthError/sessionNotFound`` error is thrown.
59+
/// If no session can be found, a ``AuthError/sessionMissing`` error is thrown.
6060
public var session: Session {
6161
get async throws {
6262
try await sessionManager.session()

0 commit comments

Comments
 (0)