fix typo (i think)

This commit is contained in:
nicoder
2013-10-10 23:00:39 +02:00
parent c8442b484c
commit a37d284b20

View File

@@ -665,7 +665,7 @@
}
```
- Use `//` for single line comments. Place single line comments on a newline above the subject of the comment. Put an emptyline before the comment.
- Use `//` for single line comments. Place single line comments on a newline above the subject of the comment. Put an empty line before the comment.
```javascript
// bad