Skip to content

Commit 7e7cd05

Browse files
Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
Co-authored-by: Honza Dvorsky <honza@apple.com>
1 parent 5b4bf89 commit 7e7cd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import HTTPTypes
2525
/// ```swift
2626
/// extension MyAppError: HTTPResponseConvertible {
2727
/// var httpStatus: HTTPResponse.Status {
28-
/// switch self {
28+
/// switch self {
2929
/// case .invalidInputFormat:
3030
/// .badRequest
3131
/// case .authorizationError:

0 commit comments

Comments
 (0)