aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-11-28 10:23:56 -0800
committerJohn MacFarlane <[email protected]>2023-11-28 10:23:56 -0800
commit4259d64d256f7bb73ba13bf21e57173d62168619 (patch)
tree9de118bbfdba431ba7e1c72b626e687d65151a99 /src
parent6149cec27a8c41c508d472b17feafcc0a5dd7847 (diff)
Correct comment.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Readers/Docx/Util.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Docx/Util.hs b/src/Text/Pandoc/Readers/Docx/Util.hs
index 7bc1a1343..0a869bba8 100644
--- a/src/Text/Pandoc/Readers/Docx/Util.hs
+++ b/src/Text/Pandoc/Readers/Docx/Util.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE OverloadedStrings #-}
{- |
- Module : Text.Pandoc.Readers.Docx.StyleMaps
+ Module : Text.Pandoc.Readers.Docx.Util
Copyright : © 2014-2020 Jesse Rosenthal <[email protected]>,
2014-2023 John MacFarlane <[email protected]>,
2015 Nikolay Yakimov <[email protected]>