Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: CHANGELOG.md

Issue 2674803002: Fix typo in CHANGELOG. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55d6471c28fc90c975a7b58816956cec88764579..7b93c63ce2e7cce10d73f9d3c2455a3df1357aca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698