diff options
author | Tassos Manganaris <tassos.manganaris@gmail.com> | 2020-11-27 23:42:53 -0500 |
---|---|---|
committer | Albert Krewinkel <albert+github@zeitkraut.de> | 2020-11-28 09:40:15 +0100 |
commit | 83d63b72e1b9eff9f2aa3b9f36b56d348f0909a2 (patch) | |
tree | ac0c24422174bfc3a6b22b8bc686c2cf100ec167 /src | |
parent | 8c38390038edcebd55f9dec8359ef983f3813425 (diff) | |
download | pandoc-83d63b72e1b9eff9f2aa3b9f36b56d348f0909a2.tar.gz |
Fix a tiny Typo in the CSV reader module
Header comment in the CSV reader module says "RST" instead of "CSV".
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Readers/CSV.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/CSV.hs b/src/Text/Pandoc/Readers/CSV.hs index f0edcaa16..45f4d88d4 100644 --- a/src/Text/Pandoc/Readers/CSV.hs +++ b/src/Text/Pandoc/Readers/CSV.hs @@ -2,7 +2,7 @@ {-# LANGUAGE ScopedTypeVariables #-} {- | - Module : Text.Pandoc.Readers.RST + Module : Text.Pandoc.Readers.CSV Copyright : Copyright (C) 2006-2020 John MacFarlane License : GNU GPL, version 2 or above |