[latex3-commits] [git/LaTeX3-latex3-latex3] main: docs: fix a typo in l3keys [ci skip] (#1131) (7e2f11d8f)

GitHub noreply at github.com
Mon Sep 26 12:47:39 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/7e2f11d8fde4b1429713e247895deb310e268041

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

commit 7e2f11d8fde4b1429713e247895deb310e268041
Author: atxy-blip <63113546+atxy-blip at users.noreply.github.com>
Date:   Mon Sep 26 18:47:39 2022 +0800

    docs: fix a typo in l3keys [ci skip] (#1131)


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

7e2f11d8fde4b1429713e247895deb310e268041
 l3kernel/l3keys.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index f626c9bdb..12831f89c 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -806,7 +806,7 @@
 % setting, even though these keys have the same path. For example, with
 % a set of keys defined using
 % \begin{verbatim}
-%   \keys define:nn { mymodule }
+%   \keys_define:nn { mymodule }
 %     {
 %       key-one   .code:n   = { \my_func:n {#1} } ,
 %       key-two   .tl_set:N = \l_my_a_tl          ,
@@ -820,7 +820,7 @@
 % arbitrary sets which are independent of the key tree. Thus modifying the
 % example to read
 % \begin{verbatim}
-%   \keys define:nn { mymodule }
+%   \keys_define:nn { mymodule }
 %     {
 %       key-one   .code:n   = { \my_func:n {#1} } ,
 %       key-one   .groups:n = { first }           ,





More information about the latex3-commits mailing list.