diff --git a/ch7/ch7-09.md b/ch7/ch7-09.md index 36ccf82..3a0d543 100644 --- a/ch7/ch7-09.md +++ b/ch7/ch7-09.md @@ -279,7 +279,7 @@ func parseAndCheck(s string) (eval.Expr, error) { } ``` -为了编写这个web应用,所以我们需要做的就是下面这个plot函数,这个函数有和http.HandlerFunc相似的签名: +为了编写这个web应用,所有我们需要做的就是下面这个plot函数,这个函数有和http.HandlerFunc相似的签名: ```go func plot(w http.ResponseWriter, r *http.Request) {