diff --git a/1-js/02-first-steps/02-structure/article.md b/1-js/02-first-steps/02-structure/article.md index fc1dc46e..e9e2e0f9 100644 --- a/1-js/02-first-steps/02-structure/article.md +++ b/1-js/02-first-steps/02-structure/article.md @@ -102,7 +102,7 @@ As time goes on, the program becomes more and more complex. It becomes necessary Comments can be put into any place of the script. They don't affect the execution, because the engine simply ignores them. -**One-line comments start with the two forward slash characters `//`.** +**One-line comments start with two forward slash characters `//`.** The rest of the line is a comment. It may occupy a full line of its own or follow a statement.