Index: sdk/lib/collection/linked_hash_set.dart |
diff --git a/sdk/lib/collection/linked_hash_set.dart b/sdk/lib/collection/linked_hash_set.dart |
index a4848f46693759f5d9c803d5e157d5b8d0c564ca..a149692214981be7540282e03831a783645c0c3c 100644 |
--- a/sdk/lib/collection/linked_hash_set.dart |
+++ b/sdk/lib/collection/linked_hash_set.dart |
@@ -84,7 +84,7 @@ abstract class LinkedHashSet<E> implements HashSet<E> { |
* Effectively a shorthand for: |
* |
* new LinkedHashSet(equals: identical, |
- * hashCode: identityHashCodeOf) |
+ * hashCode: identityHashCode) |
*/ |
external factory LinkedHashSet.identity(); |