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 e307dd5 commit 6e7c3f2Copy full SHA for 6e7c3f2
spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/RouterFunctionDsl.kt
@@ -26,7 +26,7 @@ import java.net.URI
26
27
/**
28
* Allow to create easily a `RouterFunction<ServerResponse>` from a Kotlin router DSL based
29
- * on the same building blocks than the Java one ([RouterFunction], [RequestPredicate],
+ * on the same building blocks as the Java one ([RouterFunction], [RequestPredicate],
30
* [HandlerFunction]).
31
*
32
* Example:
@@ -554,4 +554,4 @@ open class RouterFunctionDsl(private val init: RouterFunctionDsl.() -> Unit) : (
554
}
555
556
557
-}
+}
0 commit comments