[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix typos in l3keys documentation [ci skip] (e068c6d)
Bruno Le Floch
blflatex at gmail.com
Sun Feb 10 20:46:16 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/e068c6dfef0399c73be78101deb57b48a7cb0952
>---------------------------------------------------------------
commit e068c6dfef0399c73be78101deb57b48a7cb0952
Author: Yudai NAKATA <yudai.nkt at gmail.com>
Date: Sun Feb 10 22:38:40 2019 +0900
Fix typos in l3keys documentation [ci skip]
>---------------------------------------------------------------
e068c6dfef0399c73be78101deb57b48a7cb0952
l3kernel/l3keys.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index a5815e9..2a6d205 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -453,7 +453,7 @@
% them into several sub-groups for a given module. This can be achieved
% either by adding a sub-division to the module name:
% \begin{verbatim}
-% \keys_define:nn { module / subgroup }
+% \keys_define:nn { mymodule / subgroup }
% { key .code:n = code }
% \end{verbatim}
% or to the key name:
@@ -464,7 +464,7 @@
% As illustrated, the best choice of token for sub-dividing keys in
% this way is |/|. This is because of the method that is
% used to represent keys internally. Both of the above code fragments
-% set the same key, which has full name \texttt{module/subgroup/key}.
+% set the same key, which has full name \texttt{mymodule/subgroup/key}.
%
% As illustrated in the next section, this subdivision is
% particularly relevant to making multiple choices.
More information about the latex3-commits
mailing list