diff --git a/docs/src/main/asciidoc/reactive-routes.adoc b/docs/src/main/asciidoc/reactive-routes.adoc index 59a4282118f03..88180a8d45e3d 100644 --- a/docs/src/main/asciidoc/reactive-routes.adoc +++ b/docs/src/main/asciidoc/reactive-routes.adoc @@ -205,7 +205,6 @@ Some methods of `RoutingExchange` do it for you, others not and you must call th A route method can accept arguments of the following types: * `io.vertx.ext.web.RoutingContext` -* `io.vertx.mutiny.ext.web.RoutingContext` * `io.quarkus.vertx.web.RoutingExchange` * `io.vertx.core.http.HttpServerRequest` * `io.vertx.core.http.HttpServerResponse`