Skip to content

Commit 517273e

Browse files
committed
Update the "parameter name _..." error
1 parent 893709a commit 517273e

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
@@ -2522,7 +2522,7 @@ \subsubsection{Optional Formals and Named Formals}
25222522
if the static type of $d$ is not assignable to the declared type of $p$.
25232523

25242524
\LMHash{}%
2525-
It is a \Error{compile-time error} if the name of a named optional parameter
2525+
It is a \Error{compile-time error} if the name of a named parameter
25262526
begins with an `_' character.
25272527

25282528
\rationale{%

0 commit comments

Comments
 (0)