From 221a441c42e77b2043acfa3f83b895bb76366b75 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Tue, 20 Aug 2019 09:56:16 -0400 Subject: [PATCH 1/2] [Space Age] Put Earth in it's proper order - Move Earth into its proper position in the solar system - Make wording more consistent --- exercises/space-age/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/space-age/description.md b/exercises/space-age/description.md index ca0ef9157e..46388bf84a 100644 --- a/exercises/space-age/description.md +++ b/exercises/space-age/description.md @@ -1,8 +1,8 @@ Given an age in seconds, calculate how old someone would be on: - - Earth: orbital period 365.25 Earth days, or 31557600 seconds - Mercury: orbital period 0.2408467 Earth years - Venus: orbital period 0.61519726 Earth years + - Earth: orbital period 1.0 Earth years, 365.25 Earth days, or 31,557,600 seconds - Mars: orbital period 1.8808158 Earth years - Jupiter: orbital period 11.862615 Earth years - Saturn: orbital period 29.447498 Earth years From 1c51bc03f344d60763d1a9a8e57dc4d951908991 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Tue, 20 Aug 2019 12:01:16 -0400 Subject: [PATCH 2/2] Remove commas from seconds amount Co-Authored-By: Victor Goff --- exercises/space-age/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/space-age/description.md b/exercises/space-age/description.md index 46388bf84a..1d3e69c235 100644 --- a/exercises/space-age/description.md +++ b/exercises/space-age/description.md @@ -2,7 +2,7 @@ Given an age in seconds, calculate how old someone would be on: - Mercury: orbital period 0.2408467 Earth years - Venus: orbital period 0.61519726 Earth years - - Earth: orbital period 1.0 Earth years, 365.25 Earth days, or 31,557,600 seconds + - Earth: orbital period 1.0 Earth years, 365.25 Earth days, or 31557600 seconds - Mars: orbital period 1.8808158 Earth years - Jupiter: orbital period 11.862615 Earth years - Saturn: orbital period 29.447498 Earth years