提交 6e7c3f28 编写于 作者: R Ryan Scheidter 提交者: Sebastien Deleuze

Fix a typo in RouterFunctionDsl Javadoc

Closes gh-22419
上级 e307dd58
......@@ -26,7 +26,7 @@ import java.net.URI
/**
* Allow to create easily a `RouterFunction<ServerResponse>` from a Kotlin router DSL based
* on the same building blocks than the Java one ([RouterFunction], [RequestPredicate],
* on the same building blocks as the Java one ([RouterFunction], [RequestPredicate],
* [HandlerFunction]).
*
* Example:
......@@ -554,4 +554,4 @@ open class RouterFunctionDsl(private val init: RouterFunctionDsl.() -> Unit) : (
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册