Skip to content

Commit e21915c

Browse files
committed
Update the "parameter name _..." error
1 parent 5a56bb5 commit e21915c

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

25372537
\LMHash{}%
2538-
It is a \Error{compile-time error} if the name of a named optional parameter
2538+
It is a \Error{compile-time error} if the name of a named parameter
25392539
begins with an `_' character.
25402540

25412541
\rationale{%

0 commit comments

Comments
 (0)