Merge pull request #255 from zmkoo000/patch-1

fix typo
This commit is contained in:
CyC2018
2018-05-18 22:02:04 +08:00
committed by GitHub

View File

@ -95,7 +95,7 @@ Map<String, Integer> scoreMap = new HashMap<>();
```
```java
// Student' name -> Student's score
// Student's name -> Student's score
Map<String, Integer> scoreMap = new HashMap<>();
```