[latex3-commits] [l3svn] r7394 - Doc typos
noreply at latex-project.org
noreply at latex-project.org
Tue Jul 18 02:02:31 CEST 2017
Author: bruno
Date: 2017-07-18 02:02:31 +0200 (Tue, 18 Jul 2017)
New Revision: 7394
Modified:
trunk/l3kernel/l3str.dtx
Log:
Doc typos
Modified: trunk/l3kernel/l3str.dtx
===================================================================
--- trunk/l3kernel/l3str.dtx 2017-07-18 00:02:04 UTC (rev 7393)
+++ trunk/l3kernel/l3str.dtx 2017-07-18 00:02:31 UTC (rev 7394)
@@ -271,7 +271,7 @@
% \end{syntax}
% This function compares the \meta{test string} in turn with each
% of the \meta{string cases}. If the two are equal (as described for
-% \cs{str_if_eq:nnTF} then the associated \meta{code} is left in the
+% \cs{str_if_eq:nnTF}) then the associated \meta{code} is left in the
% input stream and other cases are discarded. If any of the
% cases are matched, the \meta{true code} is also inserted into the
% input stream (after the code for the appropriate case), while if none
@@ -280,7 +280,7 @@
% available.
% \end{function}
%
-% \begin{function}[added = 2013-07-24, EXP, TF]{\str_case_x:nn}
+% \begin{function}[added = 2013-07-24, EXP, noTF]{\str_case_x:nn}
% \begin{syntax}
% \cs{str_case_x:nnTF} \Arg{test string} \\
% ~~|{| \\
@@ -294,7 +294,7 @@
% \end{syntax}
% This function compares the full expansion of the \meta{test string}
% in turn with the full expansion of the \meta{string cases}. If the two
-% full expansions are equal (as described for \cs{str_if_eq:nnTF} then the
+% full expansions are equal (as described for \cs{str_if_eq:nnTF}) then the
% associated \meta{code} is left in the input stream
% and other cases are discarded. If any of the
% cases are matched, the \meta{true code} is also inserted into the
More information about the latex3-commits
mailing list