From db424d0bc5b5a8b6d77062039f260edea02bfb66 Mon Sep 17 00:00:00 2001 From: Mustafa Ulu Date: Sun, 12 Sep 2021 14:27:33 +0300 Subject: [PATCH] Replace word "request" with "response" --- .../web/reactive/function/client/ClientResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java index 5895c4294b..90384a6ede 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java @@ -195,7 +195,7 @@ public interface ClientResponse { /** * Return a builder to mutate this response, for example to change * the status, headers, cookies, and replace or transform the body. - * @return a builder to mutate the request with + * @return a builder to mutate the response with * @since 5.3 */ default Builder mutate() {