Skip to content

Commit 91c6130

Browse files
chalinkevmoo
authored andcommitted
CHANGELOG copyedits
Originally from #34064 Change-Id: Ic0052055b63ba9939723428d65b8f2c4218ef504 Reviewed-on: https://dart-review.googlesource.com/68201 Reviewed-by: Kevin Moore <[email protected]>
1 parent 5f4c617 commit 91c6130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ significant changes across all areas of the platform. Large changes include:
1414

1515
* **(Breaking)** Functions marked `async` now run synchronously to the first
1616
`await` statement instead of returning to the event loop once at the top of
17-
the function body before any code runs ([issue ][30345]).
17+
the function body before any code runs ([issue 30345][]).
1818

1919
* **(Breaking)** Constants in the core libraries have been renamed from
2020
`SCREAMING_CAPS` to `lowercaseWithUnderscores`.
@@ -61,7 +61,7 @@ significant changes across all areas of the platform. Large changes include:
6161
file. The Dart 1.0 syntax is supported but deprecated.
6262
6363
* Added support for starting `async` functions synchronously. All tools (VM,
64-
dart2js, DDC) support this ([issue ][30345]).
64+
dart2js, DDC) support this ([issue 30345][]).
6565
6666
* The type `void` is now a Top type like `dynamic`, and `Object`. It also now
6767
has new errors for being used where not allowed (such as being assigned to
@@ -80,7 +80,7 @@ significant changes across all areas of the platform. Large changes include:
8080
}
8181
```
8282
83-
* Invocations of noSuchMethod receive default values for optional args. The
83+
* Invocations of `noSuchMethod()` receive default values for optional args. The
8484
following program used to print "No arguments passed", and now prints "First
8585
argument is 3".
8686

0 commit comments

Comments
 (0)