Skip to content

Commit 7d7d7bc

Browse files
galingervsbrannen
authored andcommitted
Fix typos in Javadoc for ExchangeFilterFunction
Closes gh-30543
1 parent 6dfd330 commit 7d7d7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface ExchangeFilterFunction {
3737
* Apply this filter to the given request and exchange function.
3838
* <p>The given {@linkplain ExchangeFunction} represents the next entity
3939
* in the chain, to be invoked via
40-
* {@linkplain ExchangeFunction#exchange(ClientRequest) invoked} in order to
40+
* {@linkplain ExchangeFunction#exchange(ClientRequest) exchange} in order to
4141
* proceed with the exchange, or not invoked to shortcut the chain.
4242
*
4343
* <p><strong>Note:</strong> When a filter handles the response after the

0 commit comments

Comments
 (0)