aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-01-18 22:02:52 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2020-01-18 22:02:52 +0100
commit6c8ed00e7bba8d77fc10ef26cf40ed5ee56288f6 (patch)
tree7da50dce977ba42f372b23e75c32825fb0539e6d
parent2895fdccfbd7c76d98708b392913d715c612da9c (diff)
downloadpandoc-6c8ed00e7bba8d77fc10ef26cf40ed5ee56288f6.tar.gz
doc/lua-filters.md: fix copy-paste mistake
Closes: #6040
-rw-r--r--doc/lua-filters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 31beed162..7645ddb1a 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -157,7 +157,7 @@ filters on lists of blocks or lists of inlines.
lists of block elements, like the content of a [MetaBlocks]
meta element block, on each item of a list, and the main
content of the [Pandoc] document. The `blocks` argument
- passed to the function will be a [List] of [Inlines] for each
+ passed to the function will be a [List] of [Blocks] for each
call.
These filter functions are special in that the result must either