Index: lib/core/map.dart |
diff --git a/lib/core/map.dart b/lib/core/map.dart |
index 98519c949a7e93b4ab888f8ba5f895d2d425bf3d..cc3a01ed03dca482218e96ebb3cf26d69b041e7c 100644 |
--- a/lib/core/map.dart |
+++ b/lib/core/map.dart |
@@ -4,7 +4,7 @@ |
/** |
* A [Map] is an associative container, mapping a key to a value. |
- * Null values are supported. |
+ * Null values are supported, but null keys are not. |
*/ |
interface Map<K, V> default HashMapImplementation<K extends Hashable, V> { |
/** |