Skip to content

Commit ddd09ec

Browse files
committed
Fix RawFunctionTypeNamed command
1 parent 8518fab commit ddd09ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/dart.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
% the spacer argument.
413413
\newcommand{\RawFunctionTypeNamed}[9]{%
414414
\RawFunctionType{#1}{#2}{#3}{#4}{%
415-
\FunctionTypeNamedParameters{#5}{#6}{#7}{#8}{r}}}
415+
\FunctionTypeNamedParameters{#5}{#6}{#7}{#8}{#9}}}
416416

417417
% A variant of \FunctionTypeNamed that uses the standard symbols,
418418
% that is, a function type with positional optional parameters which

0 commit comments

Comments
 (0)