Skip to content

Commit

Permalink
Fix typos in xtemplate.dtx
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Feb 27, 2024
1 parent 215dbd5 commit b492b56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions l3packages/xtemplate/xtemplate.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Copyright (C) 1999 Frank Mittelbach, Chris Rowley, David Carlisle
% (C) 2004-2010 Frank Mittelbach, The LaTeX Project
% (C) 2011-2024 The LaTeX Project
%\
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
% license or (at your option) any later version. The latest version
Expand Down Expand Up @@ -695,8 +695,8 @@
%
% \begin{macro}{\DeclareRestrictedTemplate}
% \begin{macro}{\DeclareObjectType}
% If the new kernel code is not loaded, make a couple of compatibility
% additions. Otherwise, hand over to the frozen version.
% If the new kernel code is not loaded, hand over to the frozen version.
% Otherwise, make a couple of compatibility additions.
% \begin{macrocode}
\@ifundefined{NewTemplateType}
{%
Expand All @@ -707,9 +707,9 @@
\ProvidesExplPackage{xtemplate}{2024-02-20}{}
{L3 Experimental prototype document functions}
\long\protected\def\DeclareRestrictedTemplate#1#2#3#4{%
\DeclareTemplateCopy{#1}{#3}{#2}%
\EditTemplateDefaults{#1}{#3}{#4}%
}%
\DeclareTemplateCopy{#1}{#3}{#2}%
\EditTemplateDefaults{#1}{#3}{#4}%
}%
}
\ExplSyntaxOn
\cs_new_protected:Npn \DeclareObjectType #1#2
Expand Down

0 comments on commit b492b56

Please sign in to comment.