We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfd330 commit 7d7d7bcCopy full SHA for 7d7d7bc
spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java
@@ -37,7 +37,7 @@ public interface ExchangeFilterFunction {
37
* Apply this filter to the given request and exchange function.
38
* <p>The given {@linkplain ExchangeFunction} represents the next entity
39
* in the chain, to be invoked via
40
- * {@linkplain ExchangeFunction#exchange(ClientRequest) invoked} in order to
+ * {@linkplain ExchangeFunction#exchange(ClientRequest) exchange} in order to
41
* proceed with the exchange, or not invoked to shortcut the chain.
42
*
43
* <p><strong>Note:</strong> When a filter handles the response after the
0 commit comments