Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit150f70f

Browse files
committed
Fix typo in README.md
1 parentc7d3ecf commit150f70f

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

[8]ページ先頭

©2009-2025 Movatter.jp