Skip to content

Commit 6e7c3f2

Browse files
rs017991sdeleuze
authored andcommitted
Fix a typo in RouterFunctionDsl Javadoc
Closes gh-22419
1 parent e307dd5 commit 6e7c3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/RouterFunctionDsl.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import java.net.URI
2626

2727
/**
2828
* 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],
29+
* on the same building blocks as the Java one ([RouterFunction], [RequestPredicate],
3030
* [HandlerFunction]).
3131
*
3232
* Example:
@@ -554,4 +554,4 @@ open class RouterFunctionDsl(private val init: RouterFunctionDsl.() -> Unit) : (
554554
}
555555
}
556556

557-
}
557+
}

0 commit comments

Comments
 (0)