[latex3-commits] [git/LaTeX3-latex3-latex3] master: fix typo: update l3str.dtx and l3coffins.dtx (#449) (86ccc24)
Bruno Le Floch
blflatex at gmail.com
Mon Apr 2 04:24:07 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/86ccc240486c22dd55ced0379e0d3966bd3faab6
>---------------------------------------------------------------
commit 86ccc240486c22dd55ced0379e0d3966bd3faab6
Author: Zeng Xiangdong <xdzeng96 at gmail.com>
Date: Mon Apr 2 10:24:07 2018 +0800
fix typo: update l3str.dtx and l3coffins.dtx (#449)
Change subsections to sections
>---------------------------------------------------------------
86ccc240486c22dd55ced0379e0d3966bd3faab6
l3kernel/l3coffins.dtx | 2 +-
l3kernel/l3str.dtx | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3kernel/l3coffins.dtx b/l3kernel/l3coffins.dtx
index d366608..c01ff4e 100644
--- a/l3kernel/l3coffins.dtx
+++ b/l3kernel/l3coffins.dtx
@@ -311,7 +311,7 @@
% which displays the result in the terminal.
% \end{function}
%
-% \subsection{Constants and variables}
+% \section{Constants and variables}
%
% \begin{variable}{\c_empty_coffin}
% A permanently empty coffin.
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 0d6e8d8..4c75548 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -203,7 +203,7 @@
% var} are not automatically converted to a string.
% \end{function}
%
-% \subsection{Modifying string variables}
+% \section{Modifying string variables}
%
% \begin{function}[added = 2017-10-08]
% {
@@ -269,7 +269,7 @@
% results in \cs{l_tmpa_str} containing \texttt{abcd}.
% \end{function}
%
-% \subsection{String conditionals}
+% \section{String conditionals}
%
% \begin{function}[EXP, pTF, added = 2015-09-18]
% {\str_if_exist:N, \str_if_exist:c}
@@ -799,7 +799,7 @@
% code and so should only be used for short-term storage.
% \end{variable}
%
-% \subsection{Internal string functions}
+% \section{Internal string functions}
%
% \begin{function}[EXP]{\__str_to_other:n}
% \begin{syntax}
More information about the latex3-commits
mailing list