Skip to content

Commit 1ef7ec4

Browse files
authored
Update 24-Concurrent-Programming.md (#651)
更正翻译错误,"call" -> "调用了"
1 parent 13038c4 commit 1ef7ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/24-Concurrent-Programming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ NapTask[8] pool-1-thread-1
902902
NapTask[9] pool-1-thread-1
903903
```
904904

905-
一旦你 callexec.shutdown(),尝试提交新任务将抛出 RejectedExecutionException
905+
一旦你调用了 exec.shutdown(),尝试提交新任务将抛出 RejectedExecutionException
906906

907907
```java
908908
// concurrent/MoreTasksAfterShutdown.java

0 commit comments

Comments
 (0)