summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-07 22:06:05 +0000
committerKarl Berry <karl@freefriends.org>2020-12-07 22:06:05 +0000
commit64e75915646d2f3522cc81a7142eac31ab5372d4 (patch)
tree3ff7ed7598a38929482700509f6f686fb5556e4c /Master/texmf-dist/source/latex/l3kernel/l3seq.dtx
parent11717414a40ca6ce25ae1a4c4c097c580a33a48a (diff)
l3kernel (7dec20)
git-svn-id: svn://tug.org/texlive/trunk@57088 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3seq.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3seq.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx b/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx
index efe2b9ee17d..4b9905e3bbf 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2020-12-05}
+% \date{Released 2020-12-07}
%
% \maketitle
%
@@ -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]