Skip to content

Commit 6eed85b

Browse files
committed
Update the "parameter name _..." error
1 parent 8fc47af commit 6eed85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/dartLangSpec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2526,7 +2526,7 @@ \subsubsection{Optional Formals and Named Formals}
25262526
if the static type of $d$ is not assignable to the declared type of $p$.
25272527

25282528
\LMHash{}%
2529-
It is a \Error{compile-time error} if the name of a named optional parameter
2529+
It is a \Error{compile-time error} if the name of a named parameter
25302530
begins with an `_' character.
25312531

25322532
\rationale{%

0 commit comments

Comments
 (0)