Skip to content

Commit 7088ac2

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

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
@@ -76,7 +76,7 @@ public protocol HTTPResponseConvertible {
7676
///
7777
/// This is optional as default values are provided in the extension.
7878
var httpHeaderFields: HTTPTypes.HTTPFields { get }
79-
/// (Optional) The body of the response to return
79+
/// The body of the HTTP response.
8080
var httpBody: OpenAPIRuntime.HTTPBody? { get }
8181
}
8282

0 commit comments

Comments
 (0)