Skip to content

Commit 8ccc1b2

Browse files
authored
Merge pull request Snailclimb#1515 from huang-x-h/patch-1
docs: Comparator typo
2 parents 677a18c + deb1a1e commit 8ccc1b2

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

Lines changed: 1 addition & 1 deletion
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)