diff --git a/CHANGELOG.md b/CHANGELOG.md index 505d9ad13b6c..24c1966c5d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,7 +104,7 @@ significant changes across all areas of the platform. Large changes include: } ``` -* Bounds on generic functions are invariant The following program now issues +* Bounds on generic functions are invariant. The following program now issues an invalid override error ([issue 29014][sdk#29014]): ```dart @@ -391,7 +391,7 @@ Still need entries for all changes to dart:html since 1.x null, which is a value that was always possible for it to return previously. * Deprecated `packageRoot` parameter in `Isolate.spawnUri`, which is was previously used only for `packages/` directory resolution. That style of - resolution is no longer supported in dart 2. + resolution is no longer supported in Dart 2.