mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-13 23:40:49 +08:00
Update 代码可读性.md
fix typo
This commit is contained in:
@ -95,7 +95,7 @@ Map<String, Integer> scoreMap = new HashMap<>();
|
|||||||
```
|
```
|
||||||
|
|
||||||
```java
|
```java
|
||||||
// Student' name -> Student's score
|
// Student's name -> Student's score
|
||||||
Map<String, Integer> scoreMap = new HashMap<>();
|
Map<String, Integer> scoreMap = new HashMap<>();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user