diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hakyll/tutorials/part05.markdown | 2 |
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 ~~~~~ |