aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-04-09 00:02:55 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-04-09 00:02:55 +0300
commite6aeab8cec7da4d4fcad0bd66d0d1559646eab38 (patch)
tree637d05de98efa29468d944cf16f13cfbf6dc633c /src
parentc6df281ace326dbce492eb22dc82a16352c8dbf1 (diff)
downloadpandoc-e6aeab8cec7da4d4fcad0bd66d0d1559646eab38.tar.gz
Fix a comment
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Parsing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs
index d812f5ee5..1fab1bf72 100644
--- a/src/Text/Pandoc/Parsing.hs
+++ b/src/Text/Pandoc/Parsing.hs
@@ -135,7 +135,7 @@ module Text.Pandoc.Parsing ( takeWhileP,
extractIdClass,
insertIncludedFile,
insertIncludedFileF,
- -- * Re-exports from Text.Pandoc.Parsec
+ -- * Re-exports from Text.Parsec
Stream,
runParser,
runParserT,