Skip to content

Commit 6388a6a

Browse files
Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
Co-authored-by: Honza Dvorsky <honza@apple.com>
1 parent 7088ac2 commit 6388a6a

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)