Skip to content

Commit 2fef84d

Browse files
SamBSalgadosumn2u
authored andcommitted
Fix incorrect italics caused by asterisks in comment example
1 parent 68fee4f commit 2fef84d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/basics/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let b = 5; // This is also a valid single-line comment
2626
```
2727

2828
### Multi-line Comments
29-
Multi-line comments start with /* and end with */. Everything in between is ignored.
29+
Multi-line comments start with `/*` and end with `*/`. Everything in between is ignored.
3030

3131
```javascript
3232
/*

0 commit comments

Comments
 (0)