summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
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:
--