summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
authorBenjamin Weißenfels <b.pixeldrama@gmail.com>2012-09-01 12:29:37 +0200
committerBenjamin Weißenfels <b.pixeldrama@gmail.com>2012-09-01 12:29:37 +0200
commit4156202c7c6716e553a049fa8a663e7409237824 (patch)
treed1ef398bbc945cf9bae432e6f40c86080de0f034 /src/Hakyll
parent178609cfd0c30f10f86d72b3938ea50733b46222 (diff)
downloadhakyll-4156202c7c6716e553a049fa8a663e7409237824.tar.gz
corrected comments of setExtension
Diffstat (limited to 'src/Hakyll')
-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:
--