aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTatianaPorras <52352806+TatianaPorras@users.noreply.github.com>2021-03-27 19:48:45 -0500
committerAlbert Krewinkel <albert+github@zeitkraut.de>2021-03-28 14:16:32 +0200
commita02ab4622d7ac301b6231bf450df1ae3e5a7a514 (patch)
tree5950d62697326eec3b05ea2ff981b45dec8b0017 /doc
parent69d44b2c82b6a5428463b4f879f785e939f51280 (diff)
downloadpandoc-a02ab4622d7ac301b6231bf450df1ae3e5a7a514.tar.gz
Fixed typo #7159
This commit fixes the typo in the Lua filters documentation, see #7159
Diffstat (limited to 'doc')
-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 bb24723ce..e2a65fe1e 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -109,7 +109,7 @@ element filtering function. In other words, filter entries will
be called for each corresponding element in the document,
getting the respective element as input.
-The return of a filter function must one of the following:
+The return of a filter function must be one of the following:
- nil: this means that the object should remain unchanged.
- a pandoc object: this must be of the same type as the input