Skip to content

Commit

Permalink
docs: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Oct 17, 2023
1 parent fdf9bef commit 2de34f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/presenter.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
%
% \begin{variable}[int]{\g_@@_chapter_bool}
% Boolean variable indicate if \cls{presenter} need to patch \tn{chapter}
% command. It is decided whether there is a \tn{chapter} command.
% command. It is decided by whether there is a \tn{chapter} command.
% \begin{macrocode}
\bool_new:N \g_@@_chapter_bool
\cs_if_exist:NTF \chapter
Expand Down Expand Up @@ -191,7 +191,7 @@
% \tn{@makechapterhead} (or \tn{@makeschapterhead}) to format the chapter head.
% Remove the typesetting in the body.
%
% And add the information to mark for stared version \tn{@schapter}, which will
% And add the information to mark for starred version \tn{@schapter}, which will
% be called by \tn{chapter*}.
% \begin{macrocode}
\bool_if:NT \g_@@_chapter_bool
Expand Down

0 comments on commit 2de34f0

Please sign in to comment.