[latex3-commits] [git/LaTeX3-latex3-latex2e] gh633: fix typo (4da77bb0)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Jul 28 20:44:48 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : gh633
Link : https://github.com/latex3/latex2e/commit/4da77bb0a94ebbd2a33165aa91e84b29d30dad1c
>---------------------------------------------------------------
commit 4da77bb0a94ebbd2a33165aa91e84b29d30dad1c
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Jul 28 20:44:48 2021 +0200
fix typo
>---------------------------------------------------------------
4da77bb0a94ebbd2a33165aa91e84b29d30dad1c
base/doc/ltnews34.tex | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/doc/ltnews34.tex b/base/doc/ltnews34.tex
index 32850a4c..1239d4e5 100644
--- a/base/doc/ltnews34.tex
+++ b/base/doc/ltnews34.tex
@@ -264,11 +264,11 @@ The \cs{contentsline} commands in the TOC file are always followed by
four arguments, the last one being empty by default and only used by
\pkg{hyperref}. The \cs{contentsline} command itself only used the
first three arguments and relied on the fourth being empty (and thus
-doing no harm). But this assumption is not always correct, e.g., i you
-use \pkg{hyperref} and then remove it from the preamble.
+doing no harm). But this assumption is not always correct, e.g., if
+you use \pkg{hyperref} and then remove it from the preamble.
-So now we pick up all four arguments save the last one away so that it
-can be used by \pkg{hyperref}.
+So now we pick up all four arguments and save the last one away, so
+that it can be used by \pkg{hyperref}.
%
\githubissue{633}
More information about the latex3-commits
mailing list.