diff --git a/1-js/02-first-steps/02-structure/article.md b/1-js/02-first-steps/02-structure/article.md index 3a5aa88e..3cdea514 100644 --- a/1-js/02-first-steps/02-structure/article.md +++ b/1-js/02-first-steps/02-structure/article.md @@ -114,7 +114,7 @@ alert('Hello'); alert('World'); // This comment follows the statement ``` -**Multiline comments start with a forward slash and an asterisk "/*" and end with an asterisk and a forward slash "*/".** +**Multiline comments start with a forward slash and an asterisk /* and end with an asterisk and a forward slash */.** Like this: