[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix two typos in doc [ci skip] (d8ab9f6a7)

muzimuzhi muzimuzhi at gmail.com
Fri Jul 3 08:34:14 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/d8ab9f6a7bacaab4b3e146d94955b850472c362c

>---------------------------------------------------------------

commit d8ab9f6a7bacaab4b3e146d94955b850472c362c
Author: muzimuzhi <muzimuzhi at gmail.com>
Date:   Thu Jan 9 07:39:09 2020 +0800

    Fix two typos in doc [ci skip]


>---------------------------------------------------------------

d8ab9f6a7bacaab4b3e146d94955b850472c362c
 l3packages/xparse/xparse.dtx       | 2 +-
 l3packages/xtemplate/xtemplate.dtx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index fe2df64f5..1094e1c68 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -2240,7 +2240,7 @@
 %   that is not possible without the risk of mistakenly grabbing the
 %   entire brace group (potentially leading to a~\texttt{!~Runaway argument}
 %   error) or trying to grab a |}|$_2$, leading to a~\texttt{!~Argument
-%   of~\dots~has an extra~|}|}.
+%   of~\dots~has an extra~\}}.
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_allowed_token_check:N #1
   {
diff --git a/l3packages/xtemplate/xtemplate.dtx b/l3packages/xtemplate/xtemplate.dtx
index 194b9dbba..4f85e6cf8 100644
--- a/l3packages/xtemplate/xtemplate.dtx
+++ b/l3packages/xtemplate/xtemplate.dtx
@@ -365,7 +365,7 @@
 %
 % \begin{function}{\EvaluateNow}
 %   \begin{syntax}
-%     \cs{EvaluteNow} \Arg{expression}
+%     \cs{EvaluateNow} \Arg{expression}
 %   \end{syntax}
 %   The standard method when creating an instance from a template is to
 %   evaluate the \meta{expression} when the instance is used. However, it may





More information about the latex3-commits mailing list.