aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTassos Manganaris <tassos.manganaris@gmail.com>2020-11-27 23:42:53 -0500
committerAlbert Krewinkel <albert+github@zeitkraut.de>2020-11-28 09:40:15 +0100
commit83d63b72e1b9eff9f2aa3b9f36b56d348f0909a2 (patch)
treeac0c24422174bfc3a6b22b8bc686c2cf100ec167
parent8c38390038edcebd55f9dec8359ef983f3813425 (diff)
downloadpandoc-83d63b72e1b9eff9f2aa3b9f36b56d348f0909a2.tar.gz
Fix a tiny Typo in the CSV reader module
Header comment in the CSV reader module says "RST" instead of "CSV".
-rw-r--r--src/Text/Pandoc/Readers/CSV.hs2
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