fix typos

This commit is contained in:
Alex Greif 2016-05-17 17:21:03 +02:00
parent 5342f891f3
commit b85ffbaf52

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]