Index: sdk/lib/collection/hash_map.dart |
diff --git a/sdk/lib/collection/hash_map.dart b/sdk/lib/collection/hash_map.dart |
index c8c31c529f90aba6c1aebf548f202209faa13678..d934e8c61118e28e9426687935b02ab0de747990 100644 |
--- a/sdk/lib/collection/hash_map.dart |
+++ b/sdk/lib/collection/hash_map.dart |
@@ -92,8 +92,8 @@ abstract class HashMap<K, V> implements Map<K, V> { |
* |
* Effectively a shorthand for: |
* |
- * new HashMap(equals: identical, |
- * hashCode: identityHashCode) |
+ * new HashMap<K, V>(equals: identical, |
+ * hashCode: identityHashCode) |
*/ |
external factory HashMap.identity(); |