Skip to content

Commit deb1a1e

Browse files
authored
docs: Comparator typo
1 parent 677a18c commit deb1a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/new-features/java8-common-new-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ new Thread(new Runnable() {
128128
new Thread(() -> System.out.println("It's a lambda function!")).start();
129129
```
130130

131-
**2.`Comperator` 接口**
131+
**2.`Comparator` 接口**
132132

133133
```java
134134
List<Integer> strings = Arrays.asList(1, 2, 3);

0 commit comments

Comments
 (0)