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