[latex3-commits] [latex3/latex2e] develop: fix typos in lthooks.dtx (#1142) (925df96b)

github at latex-project.org github at latex-project.org
Tue Oct 3 13:48:29 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/925df96b9ead00c00be69bacf3480796da473a85

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

commit 925df96b9ead00c00be69bacf3480796da473a85
Author: mbertucci47 <61854785+mbertucci47 at users.noreply.github.com>
Date:   Tue Oct 3 05:48:29 2023 -0600

    fix typos in lthooks.dtx (#1142)
    
    * fix typos in lthooks.dtx
    
    `\cs{DeclareHookrule}` -> `\cs{DeclareHookRule}`
    `processessing` -> `processing`
    `conciderably` -> `considerably`
    
    * update date


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

925df96b9ead00c00be69bacf3480796da473a85
 base/lthooks.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index e43fa4ef..20d48730 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -32,7 +32,7 @@
 %
 %    \begin{macrocode}
 \def\lthooksversion{v1.1f}
-\def\lthooksdate{2023/08/11}
+\def\lthooksdate{2023/10/02}
 %    \end{macrocode}
 %
 %<*driver>
@@ -795,7 +795,7 @@
 %    \end{itemize}
 %    There can only be a single relation between two labels for a
 %    given hook,
-%    i.e., a later \cs{DeclareHookrule} overwrites any previous
+%    i.e., a later \cs{DeclareHookRule} overwrites any previous
 %    declaration.
 %
 %    The \meta{hook} and \meta{label} can be specified using the
@@ -1566,8 +1566,8 @@
 %
 %    Generic hooks defined in this way are always normal hooks (i.e.,
 %    you can't implement reversed hooks this way). This is a
-%    deliberate limitation, because it speeds up the processessing
-%    conciderably.
+%    deliberate limitation, because it speeds up the processing
+%    considerably.
 %
 %
 % \subsection{Hooks with arguments}





More information about the latex3-commits mailing list.