We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a282e commit 3169818Copy full SHA for 3169818
Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
@@ -20,7 +20,7 @@ import HTTPTypes
20
/// Errors not conforming to ``HTTPResponseConvertible`` are converted to a response with the 500 status code.
21
///
22
/// ## Example usage
23
-/// 1. Create an error type that conforms to HTTPResponseConvertible protocol:
+/// 1. Create an error type that conforms to the ``HTTPResponseConvertible`` protocol:
24
25
/// ```swift
26
/// extension MyAppError: HTTPResponseConvertible {
0 commit comments