Merge pull request #86 from nicoder/patch-1

fix typo (i think)
This commit is contained in:
Harrison Shoff
2013-10-10 15:05:07 -07:00

View File

@@ -666,7 +666,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