Fix comment in timev.rb

This commit is contained in:
Jeremy Evans 2022-08-28 14:57:36 -07:00
parent aecc3b1252
commit 055fc7b14d

View File

@ -28,8 +28,8 @@
# #
# == Epoch Seconds # == Epoch Seconds
# #
<i>Epoch seconds</i> is the exact number of seconds # <i>Epoch seconds</i> is the exact number of seconds
(including fractional subseconds) since the Unix Epoch, January 1, 1970. # (including fractional subseconds) since the Unix Epoch, January 1, 1970.
# #
# You can retrieve that value exactly using method Time.to_r: # You can retrieve that value exactly using method Time.to_r:
# #