FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix typo in README.md · MyWayToJavaJunior/java8-tutorial@150f70f · GitHub

Commit 150f70f

Browse files
committed
Fix typo in README.md
1 parent c7d3ecf commit 150f70f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL