[latex3-commits] [git/LaTeX3-latex3-latex3] master: Doc fixes [ci skip] (e3ce25bc9)
PhelypeOleinik
phelype.oleinik at latex-project.org
Sun Dec 6 17:45:17 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/e3ce25bc9eb4b0434432bc4af3431e428f9541a3
>---------------------------------------------------------------
commit e3ce25bc9eb4b0434432bc4af3431e428f9541a3
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Sun Dec 6 13:45:17 2020 -0300
Doc fixes [ci skip]
>---------------------------------------------------------------
e3ce25bc9eb4b0434432bc4af3431e428f9541a3
l3kernel/l3seq.dtx | 4 ++--
l3kernel/l3tl.dtx | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index efe2b9ee1..43a441df1 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -551,14 +551,14 @@
% \end{syntax}
% Analogue of \cs{seq_map_function:NN} which maps several tokens
% instead of a single function. The \meta{code} receives each item in
-% the \meta{sequence} as two trailing brace groups. For instance,
+% the \meta{sequence} as a trailing brace group. For instance,
% \begin{verbatim}
% \seq_map_tokens:Nn \l_my_seq { \prg_replicate:nn { 2 } }
% \end{verbatim}
% expands to twice each item in the \meta{sequence}: for each item in
% |\l_my_seq| the function \cs{prg_replicate:nn} receives |2| and
% \meta{item} as its two arguments. The function
-% \cs{seq_map_inline:Nn} is typically faster but is not expandable.
+% \cs{seq_map_inline:Nn} is typically faster but it is not expandable.
% \end{function}
%
% \begin{function}[updated = 2012-06-29]
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 678a3b0dc..809253086 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -573,16 +573,16 @@
% {\tl_map_tokens:Nn, \tl_map_tokens:cn, \tl_map_tokens:nn}
% \begin{syntax}
% \cs{tl_map_tokens:Nn} \meta{tl~var} \Arg{code}
-% \cs{tl_map_tokens:nn} \meta{tokens} \Arg{code}
+% \cs{tl_map_tokens:nn} \Arg{tokens} \Arg{code}
% \end{syntax}
% Analogue of \cs{tl_map_function:NN} which maps several tokens
% instead of a single function. The \meta{code} receives each item in
-% the \meta{tl~var} or \meta{tokens} as two trailing brace groups. For
+% the \meta{tl~var} or in \meta{tokens} as a trailing brace group. For
% instance,
% \begin{verbatim}
% \tl_map_tokens:Nn \l_my_tl { \prg_replicate:nn { 2 } }
% \end{verbatim}
-% expands to twice each item in the \meta{sequence}: for each item in
+% expands to twice each item in the \meta{tl~var}: for each item in
% |\l_my_tl| the function \cs{prg_replicate:nn} receives |2| and
% \meta{item} as its two arguments. The function
% \cs{tl_map_inline:Nn} is typically faster but is not expandable.
More information about the latex3-commits
mailing list.