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
1 changed files with 1 additions and 1 deletions

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