From 84ba953ed39a4733031f4da0019ed05699975efc Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 26 Jan 2014 10:14:04 +0300 Subject: Typo in Pandoc.hs --- src/Hakyll/Web/Pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hakyll/Web') diff --git a/src/Hakyll/Web/Pandoc.hs b/src/Hakyll/Web/Pandoc.hs index 450a575..77f06c9 100644 --- a/src/Hakyll/Web/Pandoc.hs +++ b/src/Hakyll/Web/Pandoc.hs @@ -118,7 +118,7 @@ pandocCompilerWithTransform ropt wopt f = cached cacheName $ -------------------------------------------------------------------------------- -- | Similar to 'pandocCompilerWithTransform', but the transformation -- function is monadic. This is useful when you want the pandoc --- tranfromation to use the 'Compiler' information such as routes, +-- transformation to use the 'Compiler' information such as routes, -- metadata, etc pandocCompilerWithTransformM :: ReaderOptions -> WriterOptions -> (Pandoc -> Compiler Pandoc) -- cgit v1.2.3