summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/hakyll/tutorials/part05.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hakyll/tutorials/part05.markdown b/examples/hakyll/tutorials/part05.markdown
index 4d52a32..be71714 100644
--- a/examples/hakyll/tutorials/part05.markdown
+++ b/examples/hakyll/tutorials/part05.markdown
@@ -80,7 +80,7 @@ allows us to create a more specific `Context`.
~~~~~{.haskell}
createCustomPage :: FilePath
- -> [(String, Either String (HakyllAction () String)]
+ -> [(String, Either String (HakyllAction () String))]
-> HakyllAction () Context
~~~~~