mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
docs: Comparator typo
This commit is contained in:
parent
677a18c1fc
commit
deb1a1e345
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user