Merge pull request #1234 from agreif/patch-1

fix typos
This commit is contained in:
Michael Snoyman 2016-05-17 18:27:28 +03:00
commit af816e7690

View File

@ -58,7 +58,7 @@ parseRoutesNoCheck = QuasiQuoter
{ quoteExp = lift . resourcesFromString
}
-- | Convert a multi-line string to a set of resources. See documentation for
-- | Converts a multi-line string to a set of resources. See documentation for
-- the format of this string. This is a partial function which calls 'error' on
-- invalid input.
resourcesFromString :: String -> [ResourceTree String]