Skip to content

Commit d65dc09

Browse files
committed
修正语法错误
1 parent 9ee40d3 commit d65dc09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/java.util.concurrent.CountDownLatch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[id=java.util.concurrent.CountDownLatch]]
1+
[[java.util.concurrent.CountDownLatch]]
22
= CountDownLatch
33

44
"Count Down" 在英语中意为倒计数,一个典型场景就是火箭🚀发射时的倒计时。它允许一个或多个线程等待其他线程完成操作。
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[id=java.util.concurrent.Phaser]]
1+
[[java.util.concurrent.Phaser]]
22
= Phaser
33

44
可以用于取代 ``

0 commit comments

Comments
 (0)