Merge pull request #18 from vikaspotluri123/patch-1
Remove unnecessary quotation marks
This commit is contained in:
commit
92f1905b2d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ alert('Hello');
|
|||
alert('World'); // This comment follows the statement
|
||||
```
|
||||
|
||||
**Multiline comments start with a forward slash and an asterisk <code>"/*"</code> and end with an asterisk and a forward slash <code>"*/"</code>.**
|
||||
**Multiline comments start with a forward slash and an asterisk <code>/*</code> and end with an asterisk and a forward slash <code>*/</code>.**
|
||||
|
||||
Like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue