From 5d8e713dcc5f33797349c69586ff14e01cf740f0 Mon Sep 17 00:00:00 2001 From: totalamd Date: Mon, 15 Jan 2018 11:33:48 +0200 Subject: [PATCH] string is too long --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'