[latex3-commits] [latex3/latex3] gh890: Correct arg numbers (eb8719e57)
github at latex-project.org
github at latex-project.org
Wed Nov 27 16:59:55 CET 2024
Repository : https://github.com/latex3/latex3
On branch : gh890
Link : https://github.com/latex3/latex3/commit/eb8719e57cc7e48b6aa15966a42f01991d42adee
>---------------------------------------------------------------
commit eb8719e57cc7e48b6aa15966a42f01991d42adee
Author: Joseph Wright <joseph at texdev.net>
Date: Wed Nov 27 15:59:55 2024 +0000
Correct arg numbers
>---------------------------------------------------------------
eb8719e57cc7e48b6aa15966a42f01991d42adee
l3kernel/l3seq.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index ccff2eab3..0839be9cf 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -1506,7 +1506,7 @@
}
\cs_generate_variant:Nn \seq_gset_regex_extract:NNn { c }
\cs_new_protected:Npn \seq_set_regex_split:Nnn #1#2#3
- { \regex_split:nnN {#3} {#2} #1 }
+ { \regex_split:nnN {#2} {#3} #1 }
\cs_generate_variant:Nn \seq_set_regex_split:Nnn { c }
\cs_new_protected:Npn \seq_gset_regex_split:Nnn #1#2#3
{
More information about the latex3-commits
mailing list.