Clean up bonfire descriptions

This commit is contained in:
Nathan Leniz
2015-02-28 17:57:58 +09:00
parent 09fed4eba8
commit 43f9a9c30b

View File

@ -198,7 +198,7 @@
"name": "Mutations",
"difficulty": "1.12",
"description": [
"Return true if the string in the second element of the array if the string in the first element contains it in any form."
"Return true if the string in the first element of the array contains the string in the second element in any form."
],
"challengeSeed": "function mutation(arr) {\n return arr;\n}\n\nmutation(['hello', 'hey']);",
"tests": [