From 04dba0d771e93d22be7dca4cae3de1a350ae832a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 28 May 2024 12:04:32 +0200 Subject: Lua: fix typo in `run_lua_filter` Fixes previous commit ad68ff34aeb78e26d98a593dfdaf6bc4933857fc. --- pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs') diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs index fb3484465..447fafe31 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs @@ -250,7 +250,7 @@ references = defun "references" -- | Run a filter from a file. run_lua_filter :: DocumentedFunction PandocError -run_lua_filter = defun "run_filter_filter" +run_lua_filter = defun "run_lua_filter" ### (flip runFilterFile) <#> parameter peekPandoc "Pandoc" "doc" "the Pandoc document to filter" <#> parameter peekString "string" "filter" "filepath of the filter to run" -- cgit v1.2.3