summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan <difrumin@gmail.com>2014-01-26 10:14:04 +0300
committerDan <difrumin@gmail.com>2014-01-26 10:14:04 +0300
commit84ba953ed39a4733031f4da0019ed05699975efc (patch)
tree4b4992040cfa7729102951925b260293acbaadc1 /src
parent8a29542ee663a613427a1dee7a882ad974fed12c (diff)
downloadhakyll-84ba953ed39a4733031f4da0019ed05699975efc.tar.gz
Typo in Pandoc.hs
Diffstat (limited to 'src')
-rw-r--r--src/Hakyll/Web/Pandoc.hs2
1 files changed, 1 insertions, 1 deletions
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)