From d446dbbd53c47abc8890e1100a3229f639712809 Mon Sep 17 00:00:00 2001 From: "A. Drake" Date: Tue, 24 Feb 2015 13:10:34 -0500 Subject: [PATCH] Updated description for Sorted Union bonfire for clarity. --- seed_data/bonfires.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seed_data/bonfires.json b/seed_data/bonfires.json index 2f9da459a1..fee5fc0303 100644 --- a/seed_data/bonfires.json +++ b/seed_data/bonfires.json @@ -311,6 +311,7 @@ "difficulty": "2.07", "description": [ "Write a function that takes two or more arrays and returns a new array of unique values in the order of the original provided arrays.", + "In other words, all values present from all arrays should be included in their original order, but with no duplicates in the final array." "The unique numbers should be sorted by their original order, but the final array should not be sorted in numerical order.", "Check the assertion tests for examples." ],