Merge pull request #782 from cblp/patch-1

typo
This commit is contained in:
Michael Snoyman 2014-07-25 18:07:55 +03:00
commit adc259a8e8

View File

@ -1018,8 +1018,8 @@ lookupCookies pn = do
-- representations, e.g.: -- representations, e.g.:
-- --
-- > selectRep $ do -- > selectRep $ do
-- > provideRep typeHtml $ produceHtmlOutput -- > provideRep produceHtmlOutput
-- > provideRep typeJson $ produceJsonOutput -- > provideRep produceJsonOutput
-- --
-- The first provided representation will be used if no matches are found. -- The first provided representation will be used if no matches are found.