[latex3-commits] [latex3/latex3] main: fix typos (8b70fbb7b)

github at latex-project.org github at latex-project.org
Fri Jul 28 15:05:38 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/8b70fbb7b38137adf461e295772dc82fe258c8ab

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

commit 8b70fbb7b38137adf461e295772dc82fe258c8ab
Author: SwitWu <2401336502 at qq.com>
Date:   Fri Jul 28 21:04:07 2023 +0800

    fix typos


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

8b70fbb7b38137adf461e295772dc82fe258c8ab
 l3kernel/l3file.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 03487c710..c77283b20 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -450,7 +450,7 @@
 %   \begin{syntax}
 %     \cs{iow_now:Nn} \meta{stream} \Arg{tokens}
 %   \end{syntax}
-%   This functions writes \meta{tokens} to the specified
+%   This function writes \meta{tokens} to the specified
 %   \meta{stream} immediately (\emph{i.e.}~the write operation is called
 %   on expansion of \cs{iow_now:Nn}).
 % \end{function}
@@ -479,7 +479,7 @@
 %   \begin{syntax}
 %     \cs{iow_shipout:Nn} \meta{stream} \Arg{tokens}
 %   \end{syntax}
-%   This functions writes \meta{tokens} to the specified
+%   This function writes \meta{tokens} to the specified
 %   \meta{stream} when the current page is finalised (\emph{i.e.}~at
 %   shipout). The \texttt{x}-type variants expand the \meta{tokens}
 %   at the point where the function is used but \emph{not} when the
@@ -502,7 +502,7 @@
 %   \begin{syntax}
 %     \cs{iow_shipout_x:Nn} \meta{stream} \Arg{tokens}
 %   \end{syntax}
-%   This functions writes \meta{tokens} to the specified
+%   This function writes \meta{tokens} to the specified
 %   \meta{stream} when the current page is finalised (\emph{i.e.}~at
 %   shipout). The \meta{tokens} are expanded at the time of writing
 %   in addition to any expansion when the function is used. This makes





More information about the latex3-commits mailing list.