diff options
| author | thron7 <thron7@users.sourceforge.net> | 2023-04-20 13:17:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-20 13:17:12 +0200 |
| commit | 7ec7512aa00c1117296041949aa4d7f8ab369b5e (patch) | |
| tree | bf3e55bd070023df3b39ac89551ed9c637a9a605 /doc/lua-filters.md | |
| parent | 2cd8032e98469129c087b15696b681cdd8e11c5f (diff) | |
doc/lua-filters.md: fix copy-and-paste error (#8798)
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 07e6c7464..fff67fcd8 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -1801,7 +1801,7 @@ Fields: List of [Inline] elements, with the same methods as a generic [List](#type-list). It is usually not necessary to create values of this type in user scripts, as pandoc can convert other types -into Blocks wherever a value of this type is expected: +into Inlines wherever a value of this type is expected: - lists of [Inline] (or Inline-like) values are used directly; - single [Inline] values are converted into a list containing |
