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

Specify in style guide that comments to have space
This commit is contained in:
Dylan
2017-02-20 21:53:26 -06:00
committed by GitHub

View File

@ -104,6 +104,9 @@ Here are specific formatting guidelines for the challenge seed code:
- Use two spaces to indent - Use two spaces to indent
- JavaScript statements end with a semicolon - JavaScript statements end with a semicolon
- Use double quotes where applicable - 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? ## Why do we have all these rules?