Skip to content

Commit 71ff550

Browse files
committed
Colonel Mustard in the Library with the Invalid Scaladoc
1 parent 6c11369 commit 71ff550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servlet/src/main/scala/org/http4s/servlet/ServletIo.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sealed abstract class ServletIo[F[_]: Async] {
4141
/** An alias for [[reader]]. In the future, this will be optimized with
4242
* the dispatcher.
4343
*
44-
* @dispatcher currently ignored
44+
* @param dispatcher currently ignored
4545
*/
4646
def requestBody(
4747
servletRequest: HttpServletRequest,
@@ -57,7 +57,7 @@ sealed abstract class ServletIo[F[_]: Async] {
5757
/** An alias for [[initWriter]]. In the future, this will be
5858
* optimized with the dispatcher.
5959
*
60-
* @dispatcher currently ignored
60+
* @param dispatcher currently ignored
6161
*/
6262
def bodyWriter(servletResponse: HttpServletResponse, dispatcher: Dispatcher[F])(
6363
response: Response[F]

0 commit comments

Comments
 (0)