From 06998522e1f4935f81f732c458d2cc72dde2cac9 Mon Sep 17 00:00:00 2001 From: Hernaldo Jesus Henriquez Date: Fri, 6 Apr 2018 14:53:46 -0300 Subject: [PATCH] [guide] fix "bad" comment to be actually bad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0093efe40..6a58c28480 100644 --- a/README.md +++ b/README.md @@ -2267,7 +2267,7 @@ Other Style Guides ```javascript // bad - // is current tab + //is current tab const active = true; // good