From 66b5506bac07aa6d2234feefb5184421256f666a Mon Sep 17 00:00:00 2001 From: Rob Phoenix Date: Fri, 7 Oct 2016 11:41:12 +0100 Subject: [PATCH] change if-statements to if-else statements this keeps it in line with the TOPICS list --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5e2206964a..780e98976b 100644 --- a/config.json +++ b/config.json @@ -71,7 +71,7 @@ "slug": "hello-world", "difficulty": 1, "topics": [ - "control-flow (if-statements)", + "control-flow (if-else statements)", "optional values", "text formatting" ]