From 5f398e96986050355ff719fb9fe04ef658bc0636 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 21 Jan 2026 09:54:35 +0100 Subject: Fix a couple small documentation errors. Closes #11408. --- doc/custom-readers.md | 2 +- doc/lua-filters.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/custom-readers.md b/doc/custom-readers.md index 2c72573b4..4b1ec21d9 100644 --- a/doc/custom-readers.md +++ b/doc/custom-readers.md @@ -102,7 +102,7 @@ of extensions that are enabled default have the value `true` or `enable`, while those that are supported but disabled have value `false` or `disable`. -Example: A writer with the following global table supports the +Example: A reader with the following global table supports the extensions `smart`, `citations`, and `foobar`, with `smart` enabled and the other two disabled by default: diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 39e5988fc..62d29ec3b 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -6578,7 +6578,7 @@ Returns: `render (doc[, colwidth[, style]])` Render a [Doc]. The text is reflowed on breakable spaces to match -the given line length. Text is not reflowed if the line line +the given line length. Text is not reflowed if the line length parameter is omitted or nil. Parameters: -- cgit v1.2.3