From b824c2094a58bacc80450a8485f17e56957cbd52 Mon Sep 17 00:00:00 2001 From: Anchor Date: Sun, 14 Sep 2014 20:07:59 -0700 Subject: [PATCH] Fix grammar and typos for 04.6.md --- en/eBook/04.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/eBook/04.6.md b/en/eBook/04.6.md index faa94fe..d30aed1 100644 --- a/en/eBook/04.6.md +++ b/en/eBook/04.6.md @@ -1,8 +1,8 @@ # 4.6 Summary -In this chapter, we mainly learned how to process form data in Go through examples about user log in and file upload. We also understand that verify user data is extremely important for website security, and we used one section to talk about how to filter data with regular expression. +In this chapter, we mainly learned how to process form data in Go through several examples like logging in users and uploading files. We also emphasized that verifying user data is extremely important for website security, and we used one section to talk about how to filter data with regular expressions. -I hope you know more about communication between client and server side, which is client sends data to server, and server responds to client after processed data. +I hope that you now know more about the communication process between client and server. ## Links -- GitLab