From c811182c2681fbeb73458930470eeeacef5c3349 Mon Sep 17 00:00:00 2001 From: Anchor Date: Tue, 9 Sep 2014 23:16:51 -0700 Subject: [PATCH] Fix typos and grammar flow in 03.5.md --- en/eBook/03.5.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/eBook/03.5.md b/en/eBook/03.5.md index 4c37f6d2..2d24cf9f 100644 --- a/en/eBook/03.5.md +++ b/en/eBook/03.5.md @@ -1,11 +1,11 @@ # 3.5 Summary -In this chapter, we introduced HTTP, DNS resolution flow and how to build a simple web server. Then we talked about how Go implements web server for us by looking at source code of package `net/http`. +In this chapter, we introduced HTTP, DNS resolution flow and how to build a simple web server. Then we talked about how Go implements web servers for us by looking at the source code of the `net/http` package. -I hope you know much more about web development, and you should see that it's quite easy and flexible to build a web application in Go. +I hope that you now know much more about web development, and you should see that it's quite easy and flexible to build a web application in Go. ## Links - [Directory](preface.md) - Previous section: [Get into http package](03.4.md) -- Next chapter: [User form](04.0.md) \ No newline at end of file +- Next chapter: [User form](04.0.md)