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

Unified Diff: packages/collection/test/wrapper_test.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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 | « packages/collection/test/comparators_test.dart ('k') | packages/csslib/.classpath » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/collection/test/wrapper_test.dart
diff --git a/packages/collection/test/wrapper_test.dart b/packages/collection/test/wrapper_test.dart
index a3526a34848e29286b1f78e7336284202d691d1a..e3043a2f322616094f037eb587dc4348bc24d9f9 100644
--- a/packages/collection/test/wrapper_test.dart
+++ b/packages/collection/test/wrapper_test.dart
@@ -147,7 +147,7 @@ void main() {
expect.first.equals.first;
// Default values of the Iterable interface will be added in the
// second call to firstWhere, so we must record them in our
- // expectation (which doesn't have the interface implementat or
+ // expectation (which doesn't have the interface implemented or
// its default values).
expect.firstWhere(func1, orElse: null).equals.firstWhere(func1);
expect.firstWhere(func1, orElse: func0).equals.
« no previous file with comments | « packages/collection/test/comparators_test.dart ('k') | packages/csslib/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698