Skip to content

Commit

Permalink
Fix RawFunctionTypeNamed command
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Sep 2, 2024
1 parent dedbbb4 commit 6c9de7a
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 6c9de7a

Please sign in to comment.