From 43c76e523c5d8f059dfae806a43d8f81d7b8f05e Mon Sep 17 00:00:00 2001 From: Matt Anderson Date: Sun, 14 Feb 2016 19:08:53 -0500 Subject: [PATCH] fixed Moore's Law question --- seed/challenges/04-video-challenges/computer-basics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/04-video-challenges/computer-basics.json b/seed/challenges/04-video-challenges/computer-basics.json index c21e9e41c6..450ead59cd 100644 --- a/seed/challenges/04-video-challenges/computer-basics.json +++ b/seed/challenges/04-video-challenges/computer-basics.json @@ -112,8 +112,8 @@ ], [ "Moore's Law has slowed down in recent years.", - false, - "Somehow this continues to be true." + true, + "As of 2015, the pace of Moore's law has indeed slowed. Brian Krzanich, CEO of Intel, announced that 'our cadence today is closer to two and a half years than two.'" ] ], "type": "hike",