[latex3-commits] [latex3/latex3] develop: Typos (94195c88c)

github at latex-project.org github at latex-project.org
Fri Jul 19 17:31:24 CEST 2024


Repository : https://github.com/latex3/latex3
On branch  : develop
Link       : https://github.com/latex3/latex3/commit/94195c88c505842799db6f5ff16c004ad153f096

>---------------------------------------------------------------

commit 94195c88c505842799db6f5ff16c004ad153f096
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Jul 19 22:24:32 2024 +0800

    Typos
    
    \text_titlecase_once:n(n) was shortly renamed to ..._first:n(n).


>---------------------------------------------------------------

94195c88c505842799db6f5ff16c004ad153f096
 l3kernel/l3deprecation.dtx | 2 +-
 l3kernel/l3str.dtx         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index 3374bf451..56ddcebe9 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -571,7 +571,7 @@
 %     \char_lower_case:N, \char_upper_case:N,
 %     \char_mixed_case:Nn, \char_fold_case:N,
 %     \char_str_lower_case:N, \char_str_upper_case:N,
-%     \char_str_mixed_case:Nn, \char_str_fold_case:N,
+%     \char_str_mixed_case:N, \char_str_fold_case:N,
 %   }
 %    \begin{macrocode}
 \__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_lowercase:n }
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 211769877..cc8eca825 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -757,7 +757,7 @@
 %     \item Case changing text for typesetting: see the
 %       \cs[index=text_lowercase:n]{text_lowercase:n(n)},
 %       \cs[index=text_uppercase:n]{text_uppercase:n(n)} and
-%       \cs[index=text_titlecase_all:n]{text_titlecase_(all|once):n(n)} functions which
+%       \cs[index=text_titlecase_all:n]{text_titlecase_(all|first):n(n)} functions which
 %       correctly deal with context-dependence and other factors appropriate
 %       to text case changing.
 %   \end{itemize}





More information about the latex3-commits mailing list.