Fix a couple small documentation errors.

Closes #11408.
This commit is contained in:
John MacFarlane
2026-01-21 09:54:35 +01:00
parent f2c7a9c0cf
commit 5f398e9698
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: