summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex')
-rw-r--r--Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex
index 56c3135fbd3..c14d7d8eefd 100644
--- a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex
+++ b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.tex
@@ -142,7 +142,7 @@ these lines are all part of the brace group.
The result of these lay-out conventions is code which will in general
look like the example:
\begin{verbatim*}
-\cs_new_nopar:Npn \module_foo:nn #1#2
+\cs_new:Npn \module_foo:nn #1#2
{
\tl_if_empty:nTF {#1}
{ \module_foo_aux:n { X #2 } }