Skip to content

Commit

Permalink
Fixed typos [ci skip]
Browse files Browse the repository at this point in the history
Fixed typos, see #541
  • Loading branch information
eg9 committed Feb 24, 2019
1 parent 16d63c9 commit f550aaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions l3kernel/l3keys.dtx
Expand Up @@ -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}
%
Expand Down

0 comments on commit f550aaa

Please sign in to comment.