Skip to content

Commit b3e538f

Browse files
committed
Fix typo in go_example spawn and fix #34
1 parent 349dceb commit b3e538f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go_example/spawn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
这是来自GoByExample的例子,代码在<https://gobyexample.com/spawning-processes>
55

6-
它能够执行任意Go或者非Go程序,并且等待放回结果,外部进程结束后继续执行本程序。
6+
它能够执行任意Go或者非Go程序,并且等待返回结果,外部进程结束后继续执行本程序。
77

88
## 代码实现
99

0 commit comments

Comments
 (0)