We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08c802c + 8def903 commit f2acfdeCopy full SHA for f2acfde
sdk/lib/collection/hash_map.dart
@@ -83,7 +83,7 @@ typedef _Hasher<K> = int Function(K object);
83
/// ```
84
/// To remove an entry with a specific key, use [remove].
85
/// ```dart continued
86
-/// final removeValue = planets.remove(5);
+/// final removeValue = planets.remove(6);
87
/// print(removeValue); // Jupiter
88
/// print(planets); // fx {4: Mars, 3: Earth, 5: Saturn}
89
0 commit comments