From 7848e95a799e933becd8a12396b97e0e47aea252 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 1 Sep 2010 10:59:07 +0200 Subject: Fix another parentheses mismatch --- examples/hakyll/tutorials/part05.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~~~~~ -- cgit v1.2.3