File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-web/src/main/kotlin/org/springframework/web/server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import reactor.core.publisher.Mono
23
23
24
24
/* *
25
25
* Kotlin-specific implementation of the [WebFilter] interface that allows for
26
- * using co-routines .
26
+ * using coroutines .
27
27
*
28
28
* @author Arjen Poutsma
29
29
* @since 6.0.5
@@ -41,7 +41,7 @@ abstract class CoWebFilter : WebFilter {
41
41
42
42
/* *
43
43
* Process the Web request and (optionally) delegate to the next
44
- * ` WebFilter` through the given [WebFilterChain].
44
+ * [ WebFilter] through the given [WebFilterChain].
45
45
* @param exchange the current server exchange
46
46
* @param chain provides a way to delegate to the next filter
47
47
*/
@@ -50,7 +50,7 @@ abstract class CoWebFilter : WebFilter {
50
50
}
51
51
52
52
/* *
53
- * Kotlin-specific adaption of [WebFilterChain] that allows for co-routines .
53
+ * Kotlin-specific adaption of [WebFilterChain] that allows for coroutines .
54
54
*
55
55
* @author Arjen Poutsma
56
56
* @since 6.0.5
You can’t perform that action at this time.
0 commit comments