Missing punctuation

This commit is contained in:
David Turner 2014-07-22 10:10:29 +01:00
parent 71e0a546a4
commit 3a3f71d601

View File

@ -48,7 +48,7 @@ data Request = Request {
-- | Path info in individual pieces - the URL without a hostname/port and
-- without a query string, split on forward slashes.
, pathInfo :: [Text]
-- | Parsed query string information
-- | Parsed query string information.
, queryString :: H.Query
-- | Get the next chunk of the body. Returns an empty bytestring when the
-- body is fully consumed.