diff --git a/README.md b/README.md index f2fe1dc1..2af76733 100644 --- a/README.md +++ b/README.md @@ -648,7 +648,7 @@ Other Style Guides // good // lexical name distinguished from the variable-referenced invocation(s) - const foo = function uniqueMoreDescriptiveLexicalFoo() { +    const short = function longUniqueMoreDescriptiveLexicalFoo() { // ... }; ```