1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

修改一处拼写错误

修改一处拼写错误
This commit is contained in:
靳阳 2019-05-13 18:45:04 +08:00 committed by GitHub
parent 15f18bdc68
commit 627c51ef07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -918,7 +918,7 @@ System.out.println(hints2.length); // 2
## Whete to go from here?
## Where to go from here?
关于Java 8的新特性就写到这了肯定还有更多的特性等待发掘。JDK 1.8里还有很多很有用的东西,比如`Arrays.parallelSort`, `StampedLock``CompletableFuture`等等。