Grammar fix.
diff --git a/CodeReviewComments.md b/CodeReviewComments.md
index ff2283f..32eed16 100644
--- a/CodeReviewComments.md
+++ b/CodeReviewComments.md
@@ -57,7 +57,7 @@
 func Encode(w io.Writer, req *Request) { ...
 ```
 
-and so on. Note that there are other symbols except a period that can be a valid end of sentence (at least !, ?). Apart from there are many tools that use comments to mark types and methods (like easyjson:json and golint's MATCH). It makes this rule a hard to formalize.
+and so on. Note that there are other symbols except a period that can be a valid end of sentence (at least !, ?). Apart from that there are many tools that use comments to mark types and methods (like easyjson:json and golint's MATCH). It makes this rule hard to formalize.
 
 ## Contexts