aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2026-01-21 09:54:35 +0100
committerJohn MacFarlane <[email protected]>2026-01-21 09:54:35 +0100
commit5f398e96986050355ff719fb9fe04ef658bc0636 (patch)
treed4cc63a04e9984393805b90145d0048c162c5870
parentf2c7a9c0cf06682144bec81fdb1ecda6df1d2a20 (diff)
Fix a couple small documentation errors.HEADmain
Closes #11408.
-rw-r--r--doc/custom-readers.md2
-rw-r--r--doc/lua-filters.md2
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: