Skip to content

Commit

Permalink
Update ScalaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Jul 19, 2024
1 parent 0753f1d commit 541b44f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/shared/src/main/scala/krop/route/Route.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ type Path1Route[P, R] = PathRoute[Tuple1[P], EmptyTuple, R]
* The type of the parameters extracted from the [[package.Path]].
* @tparam Q
* The type of the query parameters extracted from the [[package.Path]].
* @tparam E
* The type of the [[package.Entity]] extracted from the request.
* @tparam I
* The type of all the values extracted from the request.
* @tparam O
* The type of the parameters used to build the [[package.Response]].
* The type of the values used to construct a request.
* @tparam R
* The type of the parameters used to build the [[package.Response]].
* The type of the value used to build the [[package.Response]].
*/
final class Route[P <: Tuple, Q <: Tuple, I <: Tuple, O <: Tuple, R](
val request: Request[P, Q, I, O],
Expand Down

0 comments on commit 541b44f

Please sign in to comment.