diff --git a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/comment-your-javascript-code.english.md b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/comment-your-javascript-code.english.md index f95f0871bb..aa737a7d58 100644 --- a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/comment-your-javascript-code.english.md +++ b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/comment-your-javascript-code.english.md @@ -16,7 +16,7 @@ Using // will tell JavaScript to ignore the remainder of the text o // This is an in-line comment. ``` -You can make a multi-line comment beginning with /* and ending with */: +You can make a multi-line comment beginning with /\* and ending with \*/: ```js /* This is a