Skip to content

Commit

Permalink
修改错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
dxyinme committed Oct 3, 2020
1 parent eeab9ad commit 8e992e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eBook/chapter10/10.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ timeout c1
c2 OK
```

正如期望的,第一个 goroutine 没有完成它的工作,而第二哥有足够的时间去完成
正如期望的,第一个 goroutine 没有完成它的工作,而第二个有足够的时间去完成
2 changes: 1 addition & 1 deletion eBook/chapter12/12.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func timeHandler(w http.ResponseWriter, r *http.Request) {
}
```

从上面这段 Go 代码,您能看到该程序的第二哥处理函数的实现。该函数输出动态内容。
从上面这段 Go 代码,您能看到该程序的第二个处理函数的实现。该函数输出动态内容。

我们的 web 服务器代码的第四部分处理命令行参数和定义支持的 URL:

Expand Down

0 comments on commit 8e992e7

Please sign in to comment.