diff options
| author | Alexander Krotov <ilabdsf@gmail.com> | 2018-07-02 18:51:51 +0300 |
|---|---|---|
| committer | Alexander Krotov <ilabdsf@gmail.com> | 2018-07-02 19:07:28 +0300 |
| commit | 41cf6d540fbc7c6033dad09fb27a68ad1da4c629 (patch) | |
| tree | e0690ea25d0dfd46918ddcee0d6f918239594e9d /doc/lua-filters.md | |
| parent | 5479ea300a5c02d63fe1ffafb060bfa1134b4f97 (diff) | |
More spellcheck
Diffstat (limited to 'doc/lua-filters.md')
| -rw-r--r-- | doc/lua-filters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 170aaa8f5..881c981f5 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -114,7 +114,7 @@ The return of a filter function must one of the following: - a pandoc object: this must be of the same type as the input and will replace the original object. - a list of pandoc objects: these will replace the original - object; the list is merged with the neighbors of the orignal + object; the list is merged with the neighbors of the original objects (spliced into the list the original object belongs to); returning an empty list deletes the object. |
