corrected comments of setExtension

This commit is contained in:
Benjamin Weißenfels 2012-09-01 12:29:37 +02:00
parent 178609cfd0
commit 4156202c7c

View file

@ -69,7 +69,7 @@ idRoute = Routes $ Just . toFilePath
--
-- Example:
--
-- > runRoute (setExtension "html") "foo/bar"
-- > runRoutes (setExtension "html") "foo/bar"
--
-- Result:
--
@ -77,7 +77,7 @@ idRoute = Routes $ Just . toFilePath
--
-- Example:
--
-- > runRoute (setExtension "html") "posts/the-art-of-trolling.markdown"
-- > runRoutes (setExtension "html") "posts/the-art-of-trolling.markdown"
--
-- Result:
--