diff options
author | Dan <difrumin@gmail.com> | 2014-01-26 10:14:04 +0300 |
---|---|---|
committer | Dan <difrumin@gmail.com> | 2014-01-26 10:14:04 +0300 |
commit | 84ba953ed39a4733031f4da0019ed05699975efc (patch) | |
tree | 4b4992040cfa7729102951925b260293acbaadc1 | |
parent | 8a29542ee663a613427a1dee7a882ad974fed12c (diff) | |
download | hakyll-84ba953ed39a4733031f4da0019ed05699975efc.tar.gz |
Typo in Pandoc.hs
-rw-r--r-- | src/Hakyll/Web/Pandoc.hs | 2 |
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) |