Skip to content

Commit 91ba5d6

Browse files
committed
Fix scaladocs
1 parent 6d24ccd commit 91ba5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/http4s/rho/bits/QueryParser.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ trait QueryParsers[F[_]] extends FailureResponseOps[F] {
6666
}
6767
}
6868

69-
/** Extract an element from the `Query` using a [[StringParser]] */
69+
/** Extract an element from the `Query` using a [[org.http4s.rho.bits.StringParser]] */
7070
implicit def standardCollector[A](implicit F: Monad[F], p: StringParser[F, A]) = new QueryParser[F, A] {
7171
override def collect(name: String, params: Params, default: Option[A]): ResultResponse[F, A] = {
7272
params.get(name) match {

0 commit comments

Comments
 (0)