Skip to content

Commit 559421e

Browse files
authored
Revise spec language on warnings. (#3584)
Incorporates feedback from: #3570.
1 parent b1e9584 commit 559421e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,8 +1268,8 @@ \section{Errors and Warnings}
12681268
but which are unlikely to be intended,
12691269
and likely to cause bugs or inconveniences.
12701270
A Dart compiler is free to report some, all,
1271-
or none of the specified static warnings before executing the associated code.
1272-
A Dart compiler may also report additional warnings
1271+
or none of the specified static warnings before the associated code is executed.
1272+
A Dart compiler may also choose to report additional warnings
12731273
not defined by this specification.
12741274

12751275
\LMHash{}%

0 commit comments

Comments
 (0)