From c5490c7be6c2aa7a09e064a5951aaee4a27cf8ad Mon Sep 17 00:00:00 2001 From: andy5995 Date: Tue, 13 Nov 2018 01:59:48 -0600 Subject: [PATCH] gigasecond: add clarity to exercise goal This helps address my comments in https://github.com/exercism/rust/pull/710#issuecomment-438078198 https://github.com/exercism/problem-specifications/pull/1398 https://github.com/exercism/problem-specifications/pull/1404 --- exercises/gigasecond/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises/gigasecond/README.md b/exercises/gigasecond/README.md index 3dc461f9e..015099218 100644 --- a/exercises/gigasecond/README.md +++ b/exercises/gigasecond/README.md @@ -1,6 +1,7 @@ # Gigasecond -Calculate the moment when someone has lived for 10^9 seconds. +Given a moment, determine the moment that would be after a gigasecond +has passed. A gigasecond is 10^9 (1,000,000,000) seconds.