[latex3-commits] [latex3/latex3] gh890: Correct an example (13fe53cdf)
github at latex-project.org
github at latex-project.org
Wed Nov 27 08:43:32 CET 2024
Repository : https://github.com/latex3/latex3
On branch : gh890
Link : https://github.com/latex3/latex3/commit/13fe53cdfa074b6922ab9c969b71a903126fb2d1
>---------------------------------------------------------------
commit 13fe53cdfa074b6922ab9c969b71a903126fb2d1
Author: Joseph Wright <joseph at texdev.net>
Date: Wed Nov 27 07:41:53 2024 +0000
Correct an example
>---------------------------------------------------------------
13fe53cdfa074b6922ab9c969b71a903126fb2d1
l3kernel/l3tl.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index fa377485a..8ab073ca6 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -388,8 +388,8 @@
% Tests whether the \meta{regular expression} matches any part
% of the \meta{token list}. For instance,
% \begin{verbatim}
-% \regex_match:nnTF { b [cde]* } { abecdcx } { TRUE } { FALSE }
-% \regex_match:nnTF { [b-dq-w] } { example } { TRUE } { FALSE }
+% \tl_if_regex_match:nnTF { abecdcx } { b [cde]* } { TRUE } { FALSE }
+% \tl_if_regex_match:nnTF { example } { [b-dq-w] } { TRUE } { FALSE }
% \end{verbatim}
% leaves \texttt{TRUE} then \texttt{FALSE} in the input stream.
% See \pkg{l3regex} chapter for more details of the \meta{regex}
More information about the latex3-commits
mailing list.