fix name and dashed name switched

close #975
This commit is contained in:
Berkeley Martinez
2015-06-18 20:02:32 -07:00
parent 931a197a93
commit f248b3fb9f

View File

@ -754,8 +754,8 @@
}, },
{ {
"id": "a5de63ebea8dbee56860f4f2", "id": "a5de63ebea8dbee56860f4f2",
"name": "bonfire-diff-two-arrays", "name": "Bonfire: Diff Two Arrays",
"dashedName": "Bonfire: Diff Two Arrays", "dashedName": "bonfire-diff-two-arrays",
"difficulty": "2.01", "difficulty": "2.01",
"description": [ "description": [
"Compare two arrays and return a new array with any items not found in both of the original arrays.", "Compare two arrays and return a new array with any items not found in both of the original arrays.",