From d245e4f10f179f08f2337ea8f158b143c740adee Mon Sep 17 00:00:00 2001 From: Brent Guffens Date: Fri, 19 Jan 2018 14:26:49 +0100 Subject: [PATCH] Wording --- 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 2683f139..082e9889 100644 --- a/1-js/03-code-quality/03-comments/article.md +++ b/1-js/03-code-quality/03-comments/article.md @@ -158,7 +158,7 @@ Why is the task solved this way? Comments that explain the solution are very important. They help to continue development the right way. Any subtle features of the code? Where they are used? -: If the code has anything subtle and counter-obvious, it's definitely worth commenting. +: If the code has anything subtle and counter-intuitive, it's definitely worth commenting. ## Summary