Fix formatting in webflux-webclient.adoc

Closes gh-24578
This commit is contained in:
Qimiao Chen 2020-02-24 22:00:11 +08:00 committed by GitHub
parent ede2a1d4b2
commit 1de2e0a4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ Note that (unlike `retrieve()`), with `exchange()`, there are no automatic error
[CAUTION]
====
Unlike `retrieve()`, when using `exchange(), it is the responsibility of the application
Unlike `retrieve()`, when using `exchange()`, it is the responsibility of the application
to consume any response content regardless of the scenario (success, error, unexpected
data, etc). Not doing so can cause a memory leak. The Javadoc for `ClientResponse` lists
all the available options for consuming the body. Generally prefer using `retrieve()`