summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-21 22:55:44 +0000
committerKarl Berry <karl@freefriends.org>2020-02-21 22:55:44 +0000
commitf7fd247772c2a77bffd50dfe8045b8441ca091e9 (patch)
tree56b4c3e6990e81dd1a488b3d59e893e3e5cddaef /Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
parent8c001b9ec06abf4a378fbe9fd81bde3e5343d6c1 (diff)
l3 (21feb20)
git-svn-id: svn://tug.org/texlive/trunk@53862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3basics.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3basics.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx b/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
index af0a47b3c23..5ecb409f515 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2020-02-14}
+% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -1067,7 +1067,7 @@
% \cs{use_none_delimit_by_q_stop:w} \meta{balanced text} \cs{q_stop}
% \cs{use_none_delimit_by_q_recursion_stop:w} \meta{balanced text} \cs{q_recursion_stop}
% \end{syntax}
-% Absorb the \meta{balanced text} form the input stream delimited by
+% Absorb the \meta{balanced text} from the input stream delimited by
% the marker given in the function name, leaving nothing in the
% input stream.
% \end{function}
@@ -1083,7 +1083,7 @@
% \cs{use_i_delimit_by_q_stop:nw} \Arg{inserted tokens} \meta{balanced text} \cs{q_stop}
% \cs{use_i_delimit_by_q_recursion_stop:nw} \Arg{inserted tokens} \meta{balanced text} \cs{q_recursion_stop}
% \end{syntax}
-% Absorb the \meta{balanced text} form the input stream delimited by
+% Absorb the \meta{balanced text} from the input stream delimited by
% the marker given in the function name, leaving \meta{inserted tokens}
% in the input stream for further processing.
% \end{function}