summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2012-09-01 21:23:00 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2012-09-01 21:23:00 -0700
commit38e3e99809178264e8273eba2a0ee8bd32bf9175 (patch)
treed1ef398bbc945cf9bae432e6f40c86080de0f034
parent178609cfd0c30f10f86d72b3938ea50733b46222 (diff)
parent4156202c7c6716e553a049fa8a663e7409237824 (diff)
downloadhakyll-38e3e99809178264e8273eba2a0ee8bd32bf9175.tar.gz
Merge pull request #85 from pixeldrama/correct_comments
corrected comments of setExtension
-rw-r--r--src/Hakyll/Core/Routes.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Hakyll/Core/Routes.hs b/src/Hakyll/Core/Routes.hs
index c4a0db4..25e3a14 100644
--- a/src/Hakyll/Core/Routes.hs
+++ b/src/Hakyll/Core/Routes.hs
@@ -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:
--