Skip to content

Commit

Permalink
Merge pull request winterbe#6 from aidendeom/master
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
winterbe committed Nov 12, 2015
2 parents c7d3ecf + 150f70f commit 48cf854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ map.computeIfAbsent(3, num -> "bam");
map.get(3); // val33
```

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:

```java
map.remove(3, "val3");
Expand Down

0 comments on commit 48cf854

Please sign in to comment.