Fix grammar

This commit is contained in:
Quantum 2022-03-09 04:22:48 -05:00
parent a6724a5b8b
commit 817589ee7f

View file

@ -122,7 +122,7 @@
<p>The result is 100,000 seconds in one day, compared to the 86,400 seconds with the normal 24-hour <p>The result is 100,000 seconds in one day, compared to the 86,400 seconds with the normal 24-hour
system. This makes it very easy to denote time as a decimal fraction of a day. For example, decimal time system. This makes it very easy to denote time as a decimal fraction of a day. For example, decimal time
5:67:72 (around 13:37:31) on January 1, 2000 can be represented as <code>2000-01-01.56772</code>.</p> 5:67:72 (around 13:37:31) on January 1, 2000 can be represented as <code>2000-01-01.56772</code>.</p>
<p>Also note that each decimal hours is 2.4 normal hours, each decimal minute is 1.44 normal minutes, and <p>Also note that each decimal hour is 2.4 normal hours, each decimal minute is 1.44 normal minutes, and
each decimal second is 0.864 normal seconds.</p> each decimal second is 0.864 normal seconds.</p>
</div> </div>
</div> </div>