We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23600f commit 98dd5cdCopy full SHA for 98dd5cd
src/Text/Pandoc/Lua/Marshal/TableParts.hs
@@ -99,7 +99,7 @@ peekTableBody = fmap (retrieving "TableBody")
99
100
-- | Add a value to the table at the top of the stack at a string-index.
101
addField :: LuaError e => Name -> LuaE e () -> LuaE e ()
102
-addField key pushValue = do
+addField key pushFieldValue = do
103
pushName key
104
- pushValue
+ pushFieldValue
105
rawset (nth 3)
0 commit comments