Skip to content

Commit 2fb4123

Browse files
gayathrisairamczechboy0
authored andcommitted
Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
Co-authored-by: Honza Dvorsky <[email protected]>
1 parent d9fa898 commit 2fb4123

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
@@ -72,7 +72,7 @@ public protocol HTTPResponseConvertible {
7272

7373
/// HTTP status to return in the response.
7474
var httpStatus: HTTPResponse.Status { get }
75-
/// Headers to return in the response.
75+
/// The HTTP headers of the response.
7676
///
7777
/// This is optional as default values are provided in the extension.
7878
var httpHeaderFields: HTTPTypes.HTTPFields { get }

0 commit comments

Comments
 (0)