Skip to content

Commit

Permalink
Fix documentation to reflect header name change
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Dec 1, 2024
1 parent d7fc99a commit c062271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ATProtoKit/Errors/ATProtoError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public enum ATAPIError: ATProtoError {
///
/// - Parameters:
/// - error: The error name and message.
/// - retryAfter: The value for the `Retry-After` header. Optional.
/// - retryAfter: The value for the `ratelimit-reset` header. Optional.
case tooManyRequests(error: ATHTTPResponseError, retryAfter: TimeInterval?)

/// Represents an internal server error (HTTP 500) with an associated message.
Expand Down

0 comments on commit c062271

Please sign in to comment.