From 5431ffbce384d5d71db2fca7c6a8a6d919973e64 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 15 Dec 2022 18:27:40 -0600 Subject: [PATCH] Cleanup: Re-word sentences in time.txt to be less likely to be mis-interpreted. --- level_3/controller/documents/time.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/level_3/controller/documents/time.txt b/level_3/controller/documents/time.txt index b460fca..b158c8d 100644 --- a/level_3/controller/documents/time.txt +++ b/level_3/controller/documents/time.txt @@ -19,7 +19,7 @@ Time Documentation: 1 (Earth) minute = 60000000000 Time or 60 GT (GigaTime). 1 (Earth) second = 1000000000 Time or 1 GT (GigaTime). - Consequentially, 1 day in units of Time is easily represented as 86.4 TT (TeraTime). + Consequentially, 1 day is easily represented in units of Time as 86.4 TT (TeraTime). The Time may be stored in its "year string format". In this format, a Year may be prepended to the Time followed by a single colon ':' to associate a year with the Time. @@ -40,4 +40,4 @@ Time Documentation: 1 (Earth) second = 1 EpochTime 1 GT (GigaTime) = 1 EpochTime - Consequentially, 1 day in units of EpochTime is easily represented as 86.4 KE (KiloEpochTime). + Consequentially, 1 day is easily represented in units of EpochTime as 86.4 KE (KiloEpochTime). -- 1.8.3.1