[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fixed typos [ci skip] (f550aaa)
GitHub
noreply at github.com
Sun Feb 24 22:58:59 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/f550aaa207991a9507a6d922aa4eface525c264d
>---------------------------------------------------------------
commit f550aaa207991a9507a6d922aa4eface525c264d
Author: Enrico Gregorio <enrico.gregorio at univr.it>
Date: Sun Feb 24 22:58:59 2019 +0100
Fixed typos [ci skip]
Fixed typos, see https://github.com/latex3/latex3/issues/541
>---------------------------------------------------------------
f550aaa207991a9507a6d922aa4eface525c264d
l3kernel/l3keys.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 157bb4c..36d0ccc 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -305,16 +305,16 @@
% Specifies that the \meta{key} path should inherit the keys listed
% as \meta{parents}. For example, after setting
% \begin{verbatim}
-% \keys_define:n { foo } { test .code:n = \tl_show:n {#1} }
-% \keys_define:n { } { bar .inherit:n = foo }
+% \keys_define:nn { foo } { test .code:n = \tl_show:n {#1} }
+% \keys_define:nn { } { bar .inherit:n = foo }
% \end{verbatim}
% setting
% \begin{verbatim}
-% \keys_set:n { bar } { test = a }
+% \keys_set:nn { bar } { test = a }
% \end{verbatim}
% will be equivalent to
% \begin{verbatim}
-% \keys_set:n { foo } { test = a }
+% \keys_set:nn { foo } { test = a }
% \end{verbatim}
% \end{function}
%
More information about the latex3-commits
mailing list