diff --git a/src/docs/asciidoc/web/webflux-webclient.adoc b/src/docs/asciidoc/web/webflux-webclient.adoc index 2c2e831e50f..2f56de4e371 100644 --- a/src/docs/asciidoc/web/webflux-webclient.adoc +++ b/src/docs/asciidoc/web/webflux-webclient.adoc @@ -936,6 +936,7 @@ any response content, whether expected or not, is released: } }); } +---- [source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"] .Kotlin ----