Merge pull request #13489 from erictleung/fix/add-comment-specs-to-style-guide

Specify in style guide that comments to have space
pull/18182/head
Dylan 2017-02-20 21:53:26 -06:00 committed by GitHub
commit 1f3ef54f2c
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ Here are specific formatting guidelines for the challenge seed code:
- Use two spaces to indent
- JavaScript statements end with a semicolon
- Use double quotes where applicable
- Comments made should have a space between the comment characters and the comment themselves
`// Fix this line`
## Why do we have all these rules?