1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 09:14:39 +02:00

fix #1726, thanks @fisktech

This commit is contained in:
ven
2015-10-21 23:18:38 +02:00
parent e9971fc367
commit 257533fe5a

View File

@@ -21,7 +21,7 @@ Feedback would be highly appreciated! You can reach me at
[adam@brenecki.id.au](mailto:adam@brenecki.id.au).
```js
// Comments are like C. Single-line comments start with two slashes,
// Comments are like C's. Single-line comments start with two slashes,
/* and multiline comments start with slash-star
and end with star-slash */