From 27ddb519c16c9e0bd2d22365b1370fb85ef3e6f6 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 13 Sep 2024 17:10:08 +0200 Subject: [PATCH] Fix typo --- src/resources/lua-types/pandoc/pandoc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/lua-types/pandoc/pandoc.lua b/src/resources/lua-types/pandoc/pandoc.lua index d96bcf8dfe8..5c558e77604 100644 --- a/src/resources/lua-types/pandoc/pandoc.lua +++ b/src/resources/lua-types/pandoc/pandoc.lua @@ -76,7 +76,7 @@ function pandoc.walk_block(element, filter) end --[[ -- Apply a filter inside an inline element, walking its contents. --- Returns a (deep) copy on which the fislter has been applied: +-- Returns a (deep) copy on which the filter has been applied: -- the original element is left untouched. ]] ---@generic T