Fix typo in changelog

Change-Id: If375217c253202202c1621696d504c2dfcb1736b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/222302
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Michael Thomsen 2021-12-07 17:13:49 +00:00 committed by Commit Bot
parent 91bdbf0e40
commit 55e0a53f39

View file

@ -15,14 +15,14 @@
#### `dart:io`
- **Breaking Change** [#47769](https://github.com/dart-lang/sdk/issues/47769):
The `Platform.packageRoot` API has been removed. I had been marked deprecated in
2018, as it doesn't work with any Dart 2.x release.
The `Platform.packageRoot` API has been removed. It had been marked deprecated
in 2018, as it doesn't work with any Dart 2.x release.
#### `dart:isolate`
- **Breaking Change** [#47769](https://github.com/dart-lang/sdk/issues/47769):
The `Isolate.packageRoot` API has been removed. I had been marked deprecated in
2018, as it doesn't work with any Dart 2.x release.
The `Isolate.packageRoot` API has been removed. It had been marked deprecated
in 2018, as it doesn't work with any Dart 2.x release.
### Tools