Skip to content

Commit

Permalink
Fix RawFunctionTypeNamed command
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Nov 30, 2023
1 parent 3d5b8de commit 185037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/dart.sty
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
% the spacer argument.
\newcommand{\RawFunctionTypeNamed}[9]{%
\RawFunctionType{#1}{#2}{#3}{#4}{%
\FunctionTypeNamedParameters{#5}{#6}{#7}{#8}{r}}}
\FunctionTypeNamedParameters{#5}{#6}{#7}{#8}{#9}}}

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

0 comments on commit 185037e

Please sign in to comment.