diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java index 7203b38e9a..a030767615 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java @@ -37,7 +37,7 @@ public interface ExchangeFilterFunction { * Apply this filter to the given request and exchange function. *

The given {@linkplain ExchangeFunction} represents the next entity * in the chain, to be invoked via - * {@linkplain ExchangeFunction#exchange(ClientRequest) invoked} in order to + * {@linkplain ExchangeFunction#exchange(ClientRequest) exchange} in order to * proceed with the exchange, or not invoked to shortcut the chain. * *

Note: When a filter handles the response after the