aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-12 23:47:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-07-12 23:47:38 -0700
commit3516d9d09b8ac0d77404b80ebf4a4236227d50cc (patch)
treeefaa1f338bb221b5cfd0a4b63defd35073eaf2e5 /src/Text/Pandoc
parent47a5f04761d9921ee273e8264e26409c806a912d (diff)
downloadpandoc-3516d9d09b8ac0d77404b80ebf4a4236227d50cc.tar.gz
Fixed typo in module header for Asciify.
Thanks to @dubiousjim. Closes #1419.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Asciify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Asciify.hs b/src/Text/Pandoc/Asciify.hs
index 8a5ccec5c..66490d5c6 100644
--- a/src/Text/Pandoc/Asciify.hs
+++ b/src/Text/Pandoc/Asciify.hs
@@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-}
{- |
- Module : Text.Pandoc.SelfContained
+ Module : Text.Pandoc.Asciify
Copyright : Copyright (C) 2013-2014 John MacFarlane
License : GNU GPL, version 2 or above