[latex3-commits] [git/LaTeX3-latex3-latex3] xparse: Add missing { (f1587aca0)
PhelypeOleinik
tex.phelype at gmail.com
Tue May 12 02:30:38 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : xparse
Link : https://github.com/latex3/latex3/commit/f1587aca0350e2989a71c1764b0ae7e94b7f3e4f
>---------------------------------------------------------------
commit f1587aca0350e2989a71c1764b0ae7e94b7f3e4f
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Mon May 11 21:30:38 2020 -0300
Add missing {
>---------------------------------------------------------------
f1587aca0350e2989a71c1764b0ae7e94b7f3e4f
l3packages/xparse/xparse.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index cbac41dd6..e4c81076c 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -1975,7 +1975,7 @@
\exp_args:No \@@_tmp:w { \c_novalue_tl }
%<*package>
\cs_new_protected:Npx \@@_normalize_type_g:w
- { \exp_not:N \@@_normalize_type_G:w \exp_not:V \c_novalue_tl } }
+ { \exp_not:N \@@_normalize_type_G:w { \exp_not:V \c_novalue_tl } }
%</package>
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list.