From a02ab4622d7ac301b6231bf450df1ae3e5a7a514 Mon Sep 17 00:00:00 2001 From: TatianaPorras <52352806+TatianaPorras@users.noreply.github.com> Date: Sat, 27 Mar 2021 19:48:45 -0500 Subject: Fixed typo #7159 This commit fixes the typo in the Lua filters documentation, see #7159 --- doc/lua-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3