From 0589beb5d8df3262dafda4ff72f60368cc3d1d8b Mon Sep 17 00:00:00 2001 From: "Mihai.Poenaru" Date: Fri, 16 Dec 2022 14:01:03 +0200 Subject: [PATCH] Removed weird `code` tag and fixed formatting --- docs/src/main/asciidoc/rest-client-reactive.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/rest-client-reactive.adoc b/docs/src/main/asciidoc/rest-client-reactive.adoc index d9c3ff4aea33f..842ac7f244db2 100644 --- a/docs/src/main/asciidoc/rest-client-reactive.adoc +++ b/docs/src/main/asciidoc/rest-client-reactive.adoc @@ -215,7 +215,7 @@ Because we used the `${...}` syntax, the actual value of the parameter will be o [IMPORTANT] ==== -Note that if an interface method contains an argument annotated with `@QueryParam````, that argument will take +Note that if an interface method contains an argument annotated with `@QueryParam`, that argument will take priority over anything specified in any `@ClientQueryParam` annotation. ====