Index: tool/input_sdk/lib/core/map.dart |
diff --git a/tool/input_sdk/lib/core/map.dart b/tool/input_sdk/lib/core/map.dart |
index 45a617686475e17e98dadb4de73daf371aa49686..755e7b891975565dfb4207d2001dbf1d9901dcf1 100644 |
--- a/tool/input_sdk/lib/core/map.dart |
+++ b/tool/input_sdk/lib/core/map.dart |
@@ -45,7 +45,7 @@ abstract class Map<K, V> { |
* The [other] map itself can have any type. |
* |
* A `LinkedHashMap` requires the keys to implement compatible |
- * `operator==` and `hashCode`, and it allows null as a key. |
+ * `operator==` and `hashCode`, and it allows `null` as a key. |
* It iterates in key insertion order. |
*/ |
factory Map.from(Map other) = LinkedHashMap<K, V>.from; |