We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4bf89 commit 7e7cd05Copy full SHA for 7e7cd05
Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
@@ -25,7 +25,7 @@ import HTTPTypes
25
/// ```swift
26
/// extension MyAppError: HTTPResponseConvertible {
27
/// var httpStatus: HTTPResponse.Status {
28
-/// switch self {
+/// switch self {
29
/// case .invalidInputFormat:
30
/// .badRequest
31
/// case .authorizationError:
0 commit comments