[latex3-commits] [git/LaTeX3-latex3-l3build] master: Correct call syntax in dtx (fixes #151) (e39efc3)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jan 29 11:36:23 CET 2021
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/e39efc3a727dd59b333be4e167d5763b2c0bb9ac
>---------------------------------------------------------------
commit e39efc3a727dd59b333be4e167d5763b2c0bb9ac
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 29 10:36:23 2021 +0000
Correct call syntax in dtx (fixes #151)
>---------------------------------------------------------------
e39efc3a727dd59b333be4e167d5763b2c0bb9ac
l3build.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build.dtx b/l3build.dtx
index 0ced4ba..0d90723 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -327,9 +327,9 @@
%
% In the working directory of a bundle or module, \pkg{l3build} is run by executing
% \begin{center}
-% \texttt{l3build \meta{targets} [\meta{option(s)}]}
+% \texttt{l3build \meta{target} [\meta{option(s)}]}
% \end{center}
-% where \texttt{\meta{targets}} can be one of the following:
+% where \texttt{\meta{target}} can be one of the following:
% \begin{itemize}[noitemsep]\ttfamily
% \item check
% \item check \meta{name(s)}
More information about the latex3-commits
mailing list.