Skip to content

Commit 3169818

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

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
@@ -20,7 +20,7 @@ import HTTPTypes
2020
/// Errors not conforming to ``HTTPResponseConvertible`` are converted to a response with the 500 status code.
2121
///
2222
/// ## Example usage
23-
/// 1. Create an error type that conforms to HTTPResponseConvertible protocol:
23+
/// 1. Create an error type that conforms to the ``HTTPResponseConvertible`` protocol:
2424
///
2525
/// ```swift
2626
/// extension MyAppError: HTTPResponseConvertible {

0 commit comments

Comments
 (0)