From cdf7aac0b9244c347875e72bb5aab782881c4d11 Mon Sep 17 00:00:00 2001 From: Brent Guffens Date: Fri, 19 Jan 2018 14:27:29 +0100 Subject: [PATCH] evade -> avoid --- 1-js/03-code-quality/03-comments/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/03-comments/article.md b/1-js/03-code-quality/03-comments/article.md index 082e9889..744751cc 100644 --- a/1-js/03-code-quality/03-comments/article.md +++ b/1-js/03-code-quality/03-comments/article.md @@ -172,7 +172,7 @@ Good comments allow us to maintain the code well, come back to it after a delay - Function usage. - Important solutions, especially when not immediately obvious. -**Evade comments:** +**Avoid comments:** - That tell "how code works" and "what it does". - Put them only if it's impossible to make the code so simple and self-descriptive that it doesn't require those.