diff --git a/README.md b/README.md index ae1aaf8a3b..7914661e24 100644 --- a/README.md +++ b/README.md @@ -2783,7 +2783,8 @@ Other Style Guides // ... }()) - // bad - returns `undefined` instead of the value on the next line - always happens when `return` is on a line by itself because of ASI! + // bad - returns `undefined` instead of the value on the next line + // - always happens when `return` is on a line by itself because of ASI! function foo() { return 'search your feelings, you know it to be foo'