summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-02-22 19:05:39 +0200
committerGitHub <noreply@github.com>2022-02-22 09:05:39 -0800
commit2f521081ad81cddfe589c2b7e751dec4c2cb06c9 (patch)
tree29dfe3ff16c09ec7ca9c08fb679d203f0de8cc31 /src/Text/Pandoc/Lua
parent3bc3e968372e567cbaf3a7a512e15b93b90d2520 (diff)
Fix typos (#7934)
Diffstat (limited to 'src/Text/Pandoc/Lua')
-rw-r--r--src/Text/Pandoc/Lua/Writer/Classic.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Lua/Writer/Classic.hs b/src/Text/Pandoc/Lua/Writer/Classic.hs
index 58f6efa33..522bdb651 100644
--- a/src/Text/Pandoc/Lua/Writer/Classic.hs
+++ b/src/Text/Pandoc/Lua/Writer/Classic.hs
@@ -89,7 +89,7 @@ instance (Pushable a, Pushable b) => Pushable (KeyValue a b) where
Lua.push v
Lua.rawset (Lua.nth 3)
--- | Convert Pandoc to custom markup usind a classic Lua writer.
+-- | Convert Pandoc to custom markup using a classic Lua writer.
runCustom :: LuaError e
=> WriterOptions
-> Pandoc