diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-07-12 23:47:38 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-12 23:47:38 -0700 |
commit | 3516d9d09b8ac0d77404b80ebf4a4236227d50cc (patch) | |
tree | efaa1f338bb221b5cfd0a4b63defd35073eaf2e5 /src | |
parent | 47a5f04761d9921ee273e8264e26409c806a912d (diff) | |
download | pandoc-3516d9d09b8ac0d77404b80ebf4a4236227d50cc.tar.gz |
Fixed typo in module header for Asciify.
Thanks to @dubiousjim. Closes #1419.
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Asciify.hs | 2 |
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 |