From 424cd14d788ce54b7d844fe9f24eec886165eaa4 Mon Sep 17 00:00:00 2001 From: Josh Cartmell Date: Fri, 24 Jul 2015 11:27:47 -0400 Subject: [PATCH] Tweaks. --- _posts/2015-07-24-no-else-return-can-be-harmful.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2015-07-24-no-else-return-can-be-harmful.md b/_posts/2015-07-24-no-else-return-can-be-harmful.md index ee1ca1b..72b153b 100644 --- a/_posts/2015-07-24-no-else-return-can-be-harmful.md +++ b/_posts/2015-07-24-no-else-return-can-be-harmful.md @@ -5,9 +5,9 @@ date: 2015-07-23 19:25:28 categories: javascript eslint --- -**Update 7-24-15**: +**Update 7-24-15:** -I just found out this was a bug that was fixed 9 days ago. [Check it out](https://github.com/eslint/eslint/issues/3015), and update your eslint! +I just found out this was a bug that was fixed nine days ago. [Check it out](https://github.com/eslint/eslint/issues/3015), and update your eslint! ### Consider: