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.
1 parent c7d3ecf commit 150f70fCopy full SHA for 150f70f
README.md
@@ -563,7 +563,7 @@ map.computeIfAbsent(3, num -> "bam");
563
map.get(3); // val33
564
```
565
566
-Next, we learn how to remove entries for a a given key, only if it's currently mapped to a given value:
+Next, we learn how to remove entries for a given key, only if it's currently mapped to a given value:
567
568
```java
569
map.remove(3, "val3");
0 commit comments