change "element's average" to "elements' average" (#14521)

pull/14589/head
Jools 2017-04-24 18:48:28 +02:00 committed by mrugesh mohapatra
parent d88ef0646f
commit 3f0109ac28
1 changed files with 1 additions and 1 deletions

View File

@ -1350,7 +1350,7 @@
"id": "af4afb223120f7348cdfc9fd",
"title": "Map the Debris",
"description": [
"Return a new array that transforms the element's average altitude into their orbital periods (in seconds).",
"Return a new array that transforms the elements' average altitude into their orbital periods (in seconds).",
"The array will contain objects in the format <code>{name: 'name', avgAlt: avgAlt}</code>.",
"You can read about orbital periods <a href=\"http://en.wikipedia.org/wiki/Orbital_period\" target='_blank'>on Wikipedia</a>.",
"The values should be rounded to the nearest whole number. The body being orbited is Earth.",