From 271129ecafc29a6b1d65267c3e2f91d47bb8de5e Mon Sep 17 00:00:00 2001 From: Danil Kolumbet Date: Sat, 13 Apr 2019 15:32:18 +0300 Subject: [PATCH] Change link destination At the end article mentions a chapter about comments, but link sends to an antecedent article, which doesn't mention comments at all. --- 1-js/02-first-steps/02-structure/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/02-structure/article.md b/1-js/02-first-steps/02-structure/article.md index 6fe7041e..b18aab19 100644 --- a/1-js/02-first-steps/02-structure/article.md +++ b/1-js/02-first-steps/02-structure/article.md @@ -156,4 +156,4 @@ Please, don't hesitate to comment your code. Comments increase the overall code footprint, but that's not a problem at all. There are many tools which minify code before publishing to a production server. They remove comments, so they don't appear in the working scripts. Therefore, comments do not have negative effects on production at all. -Later in the tutorial there will be a chapter that also explains how to write better comments. +Later in the tutorial there will be a chapter that also explains how to write better comments.