From 105318050209e390d24823851f21f88d28f27b5e Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 8 Jan 2020 16:20:44 +0600 Subject: [PATCH] Update CODE_STYLE.md --- CODE_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_STYLE.md b/CODE_STYLE.md index d0603921..f4fbb053 100644 --- a/CODE_STYLE.md +++ b/CODE_STYLE.md @@ -26,7 +26,7 @@ Good: ``` ## Comments -Comments must describe what your code does and mustn't describe how your code does it and bla-bla-bla. Be sure that your comments follow the grammar, including punctiation, the first capital letter and so on. +Comments must describe what your code does and mustn't describe how your code does it and bla-bla-bla. Be sure that your comments follow the grammar, including punctuation, the first capital letter and so on. Bad: