[latex3-commits] [latex3/latex3] develop: Correct typos (01cc65266)
github at latex-project.org
github at latex-project.org
Sun Nov 24 01:04:22 CET 2024
Repository : https://github.com/latex3/latex3
On branch : develop
Link : https://github.com/latex3/latex3/commit/01cc65266d0cd07053057819d7951664dac070ce
>---------------------------------------------------------------
commit 01cc65266d0cd07053057819d7951664dac070ce
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Sun Nov 24 08:04:22 2024 +0800
Correct typos
>---------------------------------------------------------------
01cc65266d0cd07053057819d7951664dac070ce
l3kernel/l3prg.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index 1f572622a..78816e882 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -86,7 +86,7 @@
% \cs{prg_new_conditional:Nnn} \cs[no-index]{\meta{name}:\meta{arg spec}} \Arg{conditions} \Arg{code}
% \end{syntax}
% These functions create a family of conditionals using the same
-% \Arg{code} to perform the test created. Those conditionals are
+% \meta{code} to perform the test created. Those conditionals are
% expandable if \meta{code} is. The \texttt{new} versions check
% for existing definitions and perform assignments globally
% (\emph{cf.}~\cs{cs_new:Npn}) whereas the \texttt{set} versions do no
@@ -106,10 +106,10 @@
% \cs{prg_new_protected_conditional:Nnn} \cs[no-index]{\meta{name}:\meta{arg spec}} \Arg{conditions} \Arg{code}
% \end{syntax}
% These functions create a family of protected conditionals using the
-% same \Arg{code} to perform the test created. The \meta{code} does
-% not need to be expandable. The \texttt{new} version check for
+% same \meta{code} to perform the test created. The \meta{code} does
+% not need to be expandable. The \texttt{new} versions check for
% existing definitions and perform assignments globally
-% (\emph{cf.}~\cs{cs_new:Npn}) whereas the \texttt{set} version do
+% (\emph{cf.}~\cs{cs_new:Npn}) whereas the \texttt{set} versions do
% not (\emph{cf.}~\cs{cs_set:Npn}). The conditionals created are
% depended on the comma-separated list of \meta{conditions}, which
% should be one or more of \texttt{T}, \texttt{F} and \texttt{TF} (not
More information about the latex3-commits
mailing list.