[latex3-commits] [git/LaTeX3-latex3-latex2e] ProvideHook: Typos (4b57ed9c)

PhelypeOleinik phelype.oleinik at latex-project.org
Fri Apr 30 04:05:43 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : ProvideHook
Link       : https://github.com/latex3/latex2e/commit/4b57ed9c1291581241ead88dbd0bc1925c5da562

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

commit 4b57ed9c1291581241ead88dbd0bc1925c5da562
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Thu Apr 29 23:05:43 2021 -0300

    Typos


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

4b57ed9c1291581241ead88dbd0bc1925c5da562
 base/lthooks.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index b9866bf7..f79494c1 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -927,8 +927,8 @@
 %   \end{syntax}
 %    Like \cs{hook_new:n} but does nothing if the hook was previously
 %    declared with \cs{hook_new:n}.  This declaration should only be used
-%    in special situations, e.g., when  command of another package
-%    need to be altered and it is is not clear if for that command a
+%    in special situations, e.g., when a command of another package
+%    needs to be altered and it is is not clear if for that command a
 %    generic \hook{cmd} hook was already explicitly declared before.
 %
 %    Normally \cs{hook_new:n} should be used instead.
@@ -942,9 +942,9 @@
 %    previously declared as a reversed hook.
 % \end{function}
 %
-% \begin{function}{\ProvideMirroredHookPair}
+% \begin{function}{\hook_provide_pair:nn}
 %   \begin{syntax}
-%     \cs{ProvideMirroredHookPair} \Arg{hook-1} \Arg{hook-2}
+%     \cs{hook_provide_pair:nn} \Arg{hook-1} \Arg{hook-2}
 %   \end{syntax}
 %     A shorthand for
 %    \cs{hook_provide:n}\Arg{hook-1}\cs{hook_provide_reversed:n}\Arg{hook-2}.
@@ -2463,7 +2463,7 @@
 % \end{macro}
 %
 %  \begin{macro}{\hook_provide:n,\@@_provide:n}
-%    The \cs{hook_provide:n} declaration declare a new hook and expects
+%    The \cs{hook_provide:n} declaration declares a new hook and expects
 %    the hook \meta{name} as its argument, e.g.,
 %    \hook{begindocument}.
 %    \begin{macrocode}





More information about the latex3-commits mailing list.