From af5a3e088f5639ddb626a62af95f91c83f78001c Mon Sep 17 00:00:00 2001 From: Aryan Jabbari Date: Thu, 26 Nov 2015 16:43:07 -0500 Subject: [PATCH] Corrected description of Truncate a String bonfire. Close #4706 --- seed/challenges/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/basic-bonfires.json b/seed/challenges/basic-bonfires.json index d5e6438ea2..1a1bbc659d 100644 --- a/seed/challenges/basic-bonfires.json +++ b/seed/challenges/basic-bonfires.json @@ -440,7 +440,7 @@ "description": [ "Truncate a string (first argument) if it is longer than the given maximum string length (second argument). Return the truncated string with a \"...\" ending.", "Note that the three dots at the end add to the string length.", - "If the length of the string is less than or equal to 3 characters, then the length of the three dots is not added to the string length.", + "If the num is less than or equal to 3, then the length of the three dots is not added to the string length.", "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [