From 130f743dfc0ccc76f134b218f4fc786cfea73e5b Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 3 Mar 2015 00:22:39 -0800 Subject: [PATCH] wrap some json notation that Nathan left unwrapped in code tags --- seed_data/bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/bonfires.json b/seed_data/bonfires.json index d2cbb72c0df..dc9dd277a68 100644 --- a/seed_data/bonfires.json +++ b/seed_data/bonfires.json @@ -569,7 +569,7 @@ "difficulty": "3.50", "description": [ "Return a new array that transforms the element's average altitude into their orbital periods.", - "The array will contain objects in the format {name: 'name', avgAlt: avgAlt}.", + "The array will contain objects in the format {name: 'name', avgAlt: avgAlt}.", "You can read about orbital periods on wikipedia.", "The values should be rounded to the nearest whole number. The body being orbited is Earth.", "The radius of the earth is 6367.4447 kilometers, and the GM value of earth is 398600.4418"