From bd97fca21b99b542d9ef9eebec78198d6bb5fde0 Mon Sep 17 00:00:00 2001 From: Pramod Garg Date: Wed, 4 Apr 2018 22:45:44 +0530 Subject: [PATCH] [guide] Minor addition of spaces --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49f554e2cf..b0093efe40 100644 --- a/README.md +++ b/README.md @@ -2106,7 +2106,7 @@ Other Style Guides } } - //good + // good function dogs(x) { if (x) { if (z) { @@ -2267,7 +2267,7 @@ Other Style Guides ```javascript // bad - //is current tab + // is current tab const active = true; // good