[latex3-commits] [latex3/latex3] main: Minor doc typos (9f6928eeb)
github at latex-project.org
github at latex-project.org
Wed Nov 8 10:50:09 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/9f6928eeb6b0e82d889adeb8f40fc81a4e329f0d
>---------------------------------------------------------------
commit 9f6928eeb6b0e82d889adeb8f40fc81a4e329f0d
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Sat Nov 4 19:31:03 2023 +0800
Minor doc typos
>---------------------------------------------------------------
9f6928eeb6b0e82d889adeb8f40fc81a4e329f0d
l3kernel/l3str.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index c91998e3d..2727dab88 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -299,7 +299,7 @@
% ~~\Arg{false code}
% \end{syntax}
% Compares the \meta{test string} in turn with each
-% of the \meta{string cases} (all token lists are converted to strings).
+% of the \meta{string case}s (all token lists are converted to strings).
% If the two 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
@@ -312,7 +312,7 @@
% This set of functions performs no expansion on each
% \meta{string~case} argument, so any variable in there will be
% compared as a string. If expansion is needed in the
-% \meta{string~cases}, then \cs[no-index]{str_case_e:nn(TF)} should
+% \meta{string~case}s, then \cs[no-index]{str_case_e:nn(TF)} should
% be used instead.
% \end{function}
%
@@ -330,9 +330,9 @@
% ~~\Arg{false code}
% \end{syntax}
% Compares the full expansion of the \meta{test string}
-% in turn with the full expansion of the \meta{string cases}
+% in turn with the full expansion of the \meta{string case}s
% (all token lists are converted to strings). 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:eeTF}) 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.