Skip to content

Commit 48cf854

Browse files
committed
Merge pull request winterbe#6 from aidendeom/master
Fix typo in README.md
2 parents c7d3ecf + 150f70f commit 48cf854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ map.computeIfAbsent(3, num -> "bam");
563563
map.get(3); // val33
564564
```
565565

566-
Next, we learn how to remove entries for a a given key, only if it's currently mapped to a given value:
566+
Next, we learn how to remove entries for a given key, only if it's currently mapped to a given value:
567567

568568
```java
569569
map.remove(3, "val3");

0 commit comments

Comments
 (0)