Skip to content

Commit

Permalink
Rename an internal
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed May 3, 2023
1 parent 311d1bd commit bc128b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l3kernel/l3candidates.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
%
% \begin{macro}[EXP, noTF]{\bool_case_true:n}
% \begin{macro}{\@@_case:NnTF}
% \begin{macro}{\@@_case_true:w, \@@_case_false:w, \@@_case_end:nw}
% \begin{macro}{\@@_case:w,\@@_case_end:nw}
% For boolean cases the overall idea is the same as for
% \cs{tl_case:nnTF} as described in \pkg{l3tl}.
% \begin{macrocode}
Expand All @@ -345,10 +345,10 @@
{ \exp:w \@@_case:nTF {#1} { } { } }
\cs_new:Npn \@@_case:nTF #1#2#3
{
\@@_case_true:w
\@@_case:w
#1 \c_true_bool { } \s_@@_mark {#2} \s_@@_mark {#3} \s_@@_stop
}
\cs_new:Npn \@@_case_true:w #1#2
\cs_new:Npn \@@_case:w #1#2
{
\bool_if:nTF {#1}
{ \@@_case_end:nw {#2} }
Expand Down

0 comments on commit bc128b3

Please sign in to comment.