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

Unified Diff: packages/collection/lib/equality.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/lib/collection.dart ('k') | packages/collection/lib/priority_queue.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/collection/lib/equality.dart
diff --git a/packages/collection/lib/equality.dart b/packages/collection/lib/equality.dart
index c6fdafa030756cc6cba2f31103daa436921e2e0f..5911863f75e11332a7303e96688786273e66ec9d 100644
--- a/packages/collection/lib/equality.dart
+++ b/packages/collection/lib/equality.dart
@@ -357,7 +357,7 @@ class MultiEquality<E> implements Equality<E> {
*
* In ordered mode, lists and iterables are required to have equal elements
* in the same order. In unordered mode, the order of elements in iterables
- * and lists are not importan.
+ * and lists are not important.
*
* A list is only equal to another list, likewise for sets and maps. All other
* iterables are compared as iterables only.
« no previous file with comments | « packages/collection/lib/collection.dart ('k') | packages/collection/lib/priority_queue.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698