Skip to content

Commit

Permalink
Fixed a typo that kept bugging me.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbettag committed Jun 19, 2012
1 parent 239c28c commit e546a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ object OutputStreamResponse {


/** /**
* Use this response to write your data directly to the response pipe. Along with StreamingResponse * Use this response to write your data directly to the response pipe. Along with StreamingResponse
* you have an aternative to send data to the client. * you have an alternative to send data to the client.
*/ */
case class OutputStreamResponse(out: (OutputStream) => Unit, case class OutputStreamResponse(out: (OutputStream) => Unit,
size: Long, size: Long,
Expand Down

0 comments on commit e546a9f

Please sign in to comment.