summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3text-case.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3text-case.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3text-case.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3text-case.dtx b/Master/texmf-dist/source/latex/l3kernel/l3text-case.dtx
index 592e598b26f..a2ed47843b2 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3text-case.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3text-case.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2022-07-14}
+% \date{Released 2022-07-15}
%
% \maketitle
%
@@ -505,12 +505,12 @@
}
\cs_new:Npn \@@_change_case_switch_lower:nnNnnnn #1#2#3#4#5#6#7
{
- \@@_change_case_store:n {#5}
+ \@@_change_case_store:n {#6}
\@@_change_case_loop:nnw {#1} {#2}
}
\cs_new:Npn \@@_change_case_switch_upper:nnNnnnn #1#2#3#4#5#6#7
{
- \@@_change_case_store:n {#6}
+ \@@_change_case_store:n {#5}
\@@_change_case_loop:nnw {#1} {#2}
}
\cs_new:Npn \@@_change_case_switch_title:nnNnnnn #1#2#3#4#5#6#7