Skip to content

Commit 0a30aa6

Browse files
arislianghx-guo
authored andcommitted
Update asynchronous-programming.md
英文括号)增加空格,增加可读性。也与前面的英文开括号一致。 e.g. 你)好 你) 好
1 parent 986ccfe commit 0a30aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zh_CN/doc/src/manual/asynchronous-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ taskHdl = @task mytask(7)
161161
[...]
162162
```
163163

164-
* [`take!`](@ref) 和 [`fetch`](@ref) (只读取,不会将元素从 channel 中删掉)仍然可以从一个已经关闭的 channel 中读数据,直到 channel 被取空了为止。继续上面的例子:
164+
* [`take!`](@ref) 和 [`fetch`](@ref) (只读取,不会将元素从 channel 中删掉) 仍然可以从一个已经关闭的 channel 中读数据,直到 channel 被取空了为止。继续上面的例子:
165165

166166

167167
```julia-repl

0 commit comments

Comments
 (0)