From f46660875456fc3e37e799cd12f9b303f410266f Mon Sep 17 00:00:00 2001 From: Quinn-H Date: Mon, 6 Feb 2017 14:21:17 +1300 Subject: [PATCH] Unneccessary semicolon fixed --- .../functional-programming.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json b/seed/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json index 31d13ebf90..951e047875 100644 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json +++ b/seed/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json @@ -1163,7 +1163,7 @@ "function urlSlug(title) {", " ", " ", - "};", + "}", "// Add your code above this line", "", "var winterComing = urlSlug(globalTitle); // Should be \"winter-is-coming\""