diff --git a/seed/challenge-style-guide.md b/seed/challenge-style-guide.md index c8f49b09e0..50ceca80c6 100644 --- a/seed/challenge-style-guide.md +++ b/seed/challenge-style-guide.md @@ -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?