summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/luaotfload/luaotfload-main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/generic/luaotfload/luaotfload-main.tex')
-rw-r--r--macros/luatex/generic/luaotfload/luaotfload-main.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/luatex/generic/luaotfload/luaotfload-main.tex b/macros/luatex/generic/luaotfload/luaotfload-main.tex
index cb94e854c6..1df20a5cee 100644
--- a/macros/luatex/generic/luaotfload/luaotfload-main.tex
+++ b/macros/luatex/generic/luaotfload/luaotfload-main.tex
@@ -32,7 +32,7 @@
\beginfrontmatter
\setdocumenttitle {The \identifier{luaotfload} package}
- \setdocumentdate {2023-08-19 v3.24}
+ \setdocumentdate {2023-08-31 v3.26}
\setdocumentauthor {LaTeX3 Project\\
Elie Roux · Khaled Hosny · Philipp Gesang · Ulrike Fischer · Marcel Krüger\\
Home: \hyperlink {https://github.com/latex3/luaotfload}}
@@ -2291,7 +2291,7 @@ is structured in \LuaTeX’s memory, what elements it is composed of,
and in what ways it can be rearranged.
The \luaident{pre_shaping_filter} and \luaident{post_shaping_filter}
-callbacks is a pair of \identifier{(reverse)list} callbacks running
+callbacks are a pair of \identifier{(reverse)list} callbacks running
immediately before and after \identifier{luaotfload} shapes the text.
They both use the interface
\beginlisting
@@ -2304,7 +2304,7 @@ where \luaident{head} is the head of the to be shaped list,
Since most font processing happens during shaping, \LuaTeX's
\luaident{ligaturing} and \luaident{kerning} callbacks are not involved
-in most ligature generation and kerning decisions ans should therefore not be
+in most ligature generation and kerning decisions and should therefore not be
relied upon. Font processing for fonts loaded with \luaident{mode=base} might
happen in any of these places.