From 128643b98af6051e9f080052f015b30231b1574e Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Mon, 20 Feb 2017 18:24:49 -0800 Subject: [PATCH] Specify in style guide that comments to have space --- challenge-style-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/challenge-style-guide.md b/challenge-style-guide.md index c8f49b09e0b..50ceca80c6b 100644 --- a/challenge-style-guide.md +++ b/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?