Fix typo in CHANGELOG.

Fix #28613.

R=kevmoo@google.com

Review-Url: https://codereview.chromium.org/2674803002 .
This commit is contained in:
Bob Nystrom 2017-02-02 16:21:23 -08:00
parent dbb1a1caa2
commit 9b4210433b

View file

@ -3,7 +3,7 @@
### Core library changes
* `dart:core`: Add `Uri.isScheme` function to check the scheme of a URI.
Example: `uri.isScheme("http")`. Ignores case when comparing.
## 1.22.0
### Language
@ -82,7 +82,7 @@
```dart
Predator predator = new Cat(); // Upcast.
predator(new Seal()); // Cats can't eat seals!
predator.chaseAndEat(new Seal()); // Cats can't eat seals!
```
To preserve soundness in strong mode, in the body of a method that uses a