diff --git a/Sources/Hummingbird/Server/URI+decodeQuery.swift b/Sources/Hummingbird/Server/URI+decodeQuery.swift index 04a820c8..2330a1af 100644 --- a/Sources/Hummingbird/Server/URI+decodeQuery.swift +++ b/Sources/Hummingbird/Server/URI+decodeQuery.swift @@ -15,7 +15,7 @@ import HummingbirdCore extension URI { - /// Decode request query using ``URLEncodedFormDecoder``. + /// Decode request query using ``Hummingbird/URLEncodedFormDecoder``. /// - Parameters /// - type: Type you want to decode to /// - context: Request context