Skip to content

Commit 24ddcee

Browse files
committed
Merge branch '6.0.x'
2 parents 82ec28b + 26f0065 commit 24ddcee

File tree

1 file changed

+3
-3
lines changed
  • spring-web/src/main/kotlin/org/springframework/web/server

1 file changed

+3
-3
lines changed

spring-web/src/main/kotlin/org/springframework/web/server/CoWebFilter.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import reactor.core.publisher.Mono
2323

2424
/**
2525
* Kotlin-specific implementation of the [WebFilter] interface that allows for
26-
* using co-routines.
26+
* using coroutines.
2727
*
2828
* @author Arjen Poutsma
2929
* @since 6.0.5
@@ -41,7 +41,7 @@ abstract class CoWebFilter : WebFilter {
4141

4242
/**
4343
* Process the Web request and (optionally) delegate to the next
44-
* `WebFilter` through the given [WebFilterChain].
44+
* [WebFilter] through the given [WebFilterChain].
4545
* @param exchange the current server exchange
4646
* @param chain provides a way to delegate to the next filter
4747
*/
@@ -50,7 +50,7 @@ abstract class CoWebFilter : WebFilter {
5050
}
5151

5252
/**
53-
* Kotlin-specific adaption of [WebFilterChain] that allows for co-routines.
53+
* Kotlin-specific adaption of [WebFilterChain] that allows for coroutines.
5454
*
5555
* @author Arjen Poutsma
5656
* @since 6.0.5

0 commit comments

Comments
 (0)