[latex3-commits] [latex3/latex2e] gh1463: Correct typo (d95e37885)
github at latex-project.org
github at latex-project.org
Tue Oct 22 11:56:51 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : gh1463
Link : https://github.com/latex3/latex2e/commit/d95e3788537ac024135cfcae2f7d21292001fcdf
>---------------------------------------------------------------
commit d95e3788537ac024135cfcae2f7d21292001fcdf
Author: Joseph Wright <joseph at texdev.net>
Date: Tue Oct 22 10:56:51 2024 +0100
Correct typo
>---------------------------------------------------------------
d95e3788537ac024135cfcae2f7d21292001fcdf
base/doc/usrguide.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index 994f79f67..e4ea6e4e0 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -43,7 +43,7 @@
\texttt{usrguide.tex} for full details.}%
}
-\date{2024-10-21}
+\date{2024-10-22}
\NewDocumentCommand\cs{m}{\texttt{\textbackslash\detokenize{#1}}}
\NewDocumentCommand\marg{m}{\arg{#1}}
@@ -268,11 +268,11 @@ may access the arguments as defined by \meta{arg spec}. The arguments will be
given following \cs{begin}\arg{env}. Any spaces at the start and end of the
\arg{env} are removed before the definition takes place, thus
\begin{verbatim}
-\NewDocumentEnviornment{foo}
+\NewDocumentEnvironment{foo}
\end{verbatim}
and
\begin{verbatim}
-\NewDocumentEnviornment{ foo }
+\NewDocumentEnvironment{ foo }
\end{verbatim}
both create the same \enquote{\texttt{foo}} environment.
More information about the latex3-commits
mailing list.