Skip to content

Commit

Permalink
haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Dec 17, 2023
1 parent ab3ca91 commit 342f8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Web/Scotty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Web.Scotty
-- ** Accessing the Request and its fields
, request, header, headers, body, bodyReader
, jsonData, files
-- ** Accessing Path Parameters and Query Parameters
-- ** Accessing Path, Form and Query Parameters
, param, params
, pathParam, captureParam, formParam, queryParam
, pathParamMaybe, captureParamMaybe, formParamMaybe, queryParamMaybe
Expand Down
2 changes: 1 addition & 1 deletion Web/Scotty/Trans.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module Web.Scotty.Trans
-- ** Accessing the Request and its fields
, request, Lazy.header, Lazy.headers, body, bodyReader
, jsonData, files
-- ** Accessing Path Parameters and Query Parameters
-- ** Accessing Path, Form and Query Parameters
, param, params
, pathParam, captureParam, formParam, queryParam
, pathParamMaybe, captureParamMaybe, formParamMaybe, queryParamMaybe
Expand Down

0 comments on commit 342f8dd

Please sign in to comment.