diff options
| author | John MacFarlane <[email protected]> | 2022-01-30 11:07:44 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-30 11:07:44 -0800 |
| commit | 5c6b0c3abd17a477c1798f169de1162a381ae10f (patch) | |
| tree | 9fee12c3a58a958e242671c11e51b748df713d92 | |
| parent | 96ab24105687a3554ba2f8adeea3aabcb5874d6c (diff) | |
Fix identifier in lua-filters doc.
| -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 af0f97d40..10c31b24c 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -3922,7 +3922,7 @@ Parameters: Returns: a new list containing all elements from list1 and list2 -### `pandoc.List:__eq (a, b)` {#pandoc.list:__concat} +### `pandoc.List:__eq (a, b)` {#pandoc.list:__eq} Compares two lists for equality. The lists are taken as equal if and only if they are of the same type (i.e., have the same |
