diff --git a/README.md b/README.md index 49f554e2..b0093efe 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