diff --git a/README.md b/README.md index 2af76733c7..134abe9e3c 100644 --- a/README.md +++ b/README.md @@ -647,8 +647,8 @@ Other Style Guides }; // good - // lexical name distinguished from the variable-referenced invocation(s) -    const short = function longUniqueMoreDescriptiveLexicalFoo() { + // lexical name distinguished from the variable-referenced invocation(s) + const short = function longUniqueMoreDescriptiveLexicalFoo() { // ... }; ```