From 7a04d27c6e47618dcccccc2de6f9d86b12f29cb7 Mon Sep 17 00:00:00 2001 From: Chuanfeng Zhang Date: Fri, 7 Oct 2016 17:39:51 +0800 Subject: [PATCH] Clarify instructions Clarify Instructions --- .../01-front-end-development-certification/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/basic-bonfires.json b/challenges/01-front-end-development-certification/basic-bonfires.json index eb2145d874..c75cc92036 100644 --- a/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/challenges/01-front-end-development-certification/basic-bonfires.json @@ -400,7 +400,7 @@ "id": "afcc8d540bea9ea2669306b6", "title": "Repeat a string repeat a string", "description": [ - "Repeat a given string (first argument) num times (second argument). Return an empty string if num is not a positive number.", + "Repeat a given string str (first argument) for num times (second argument). Return an empty string if num is not a positive number.", "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [