summaryrefslogtreecommitdiffhomepage
path: root/javascript.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-10-21 23:18:38 +0200
committerven <vendethiel@hotmail.fr>2015-10-21 23:18:38 +0200
commit257533fe5aa5027dc71e78d10833a3ba0febb426 (patch)
tree2b319e7d6c5b4b0af752e9247351662809678451 /javascript.html.markdown
parente9971fc367750dd85d9992f89cf6170bf75bbce1 (diff)
fix #1726, thanks @fisktech
Diffstat (limited to 'javascript.html.markdown')
-rw-r--r--javascript.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown
index a119be88..c1c59de1 100644
--- a/javascript.html.markdown
+++ b/javascript.html.markdown
@@ -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 */