1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

docs: Comparator typo

This commit is contained in:
huang.xinghui 2022-02-08 17:30:19 +08:00 committed by GitHub
parent 677a18c1fc
commit deb1a1e345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ new Thread(new Runnable() {
new Thread(() -> System.out.println("It's a lambda function!")).start();
```
**2.`Comperator` 接口**
**2.`Comparator` 接口**
```java
List<Integer> strings = Arrays.asList(1, 2, 3);