Skip to content

Commit

Permalink
Update the "parameter name _..." error
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Apr 30, 2024
1 parent 1f2ed34 commit 93b3143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,7 @@ \subsubsection{Optional Formals and Named Formals}
if the static type of $d$ is not assignable to the declared type of $p$.

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

\rationale{%
Expand Down

0 comments on commit 93b3143

Please sign in to comment.