aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
diff options
context:
space:
mode:
authorBrian Wignall <BrianWignall@gmail.com>2019-11-11 14:29:01 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-11 11:29:01 -0800
commit78399ccf90faf34c915f4ca76c57dd4024e0b91e (patch)
tree39a1f3facccaa1cb84f71e4a3358889aa7e82120 /src/Text/Pandoc/Writers/Docx.hs
parent741b1f7fb4f974a0fc2a9abe410007b27078e129 (diff)
downloadpandoc-78399ccf90faf34c915f4ca76c57dd4024e0b91e.tar.gz
Fix typos (#5896)
Diffstat (limited to 'src/Text/Pandoc/Writers/Docx.hs')
-rw-r--r--src/Text/Pandoc/Writers/Docx.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs
index 73ed095c1..1a8ea0118 100644
--- a/src/Text/Pandoc/Writers/Docx.hs
+++ b/src/Text/Pandoc/Writers/Docx.hs
@@ -1472,7 +1472,7 @@ wrapBookmark ident contents = do
-- Word imposes a 40 character limit on bookmark names and requires
-- that they begin with a letter. So we just use a hash of the
--- identifer when otherwise we'd have an illegal bookmark name.
+-- identifier when otherwise we'd have an illegal bookmark name.
toBookmarkName :: String -> String
toBookmarkName s =
case s of