Merge pull request #18 from vikaspotluri123/patch-1

Remove unnecessary quotation marks
This commit is contained in:
Ilya Kantor 2017-06-10 00:31:27 +03:00 committed by GitHub
commit 92f1905b2d

View file

@ -114,7 +114,7 @@ alert('Hello');
alert('World'); // This comment follows the statement
```
**Multiline comments start with a forward slash and an asterisk <code>"/&#42;"</code> and end with an asterisk and a forward slash <code>"&#42;/"</code>.**
**Multiline comments start with a forward slash and an asterisk <code>/&#42;</code> and end with an asterisk and a forward slash <code>&#42;/</code>.**
Like this: