Update 代码可读性.md

fix typo
This commit is contained in:
Leo Lyu 2018-05-18 10:49:08 +08:00 committed by GitHub
parent bacb5d9558
commit 0ff15f75a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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<>();
```