We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d24ccd commit 91ba5d6Copy full SHA for 91ba5d6
core/src/main/scala/org/http4s/rho/bits/QueryParser.scala
@@ -66,7 +66,7 @@ trait QueryParsers[F[_]] extends FailureResponseOps[F] {
66
}
67
68
69
- /** Extract an element from the `Query` using a [[StringParser]] */
+ /** Extract an element from the `Query` using a [[org.http4s.rho.bits.StringParser]] */
70
implicit def standardCollector[A](implicit F: Monad[F], p: StringParser[F, A]) = new QueryParser[F, A] {
71
override def collect(name: String, params: Params, default: Option[A]): ResultResponse[F, A] = {
72
params.get(name) match {
0 commit comments