1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
#
<i>Epoch seconds</i> is the exact number of seconds
(including fractional subseconds) since the Unix Epoch, January 1, 1970.
# <i>Epoch seconds</i> is the exact number of seconds
# (including fractional subseconds) since the Unix Epoch, January 1, 1970.
#
# You can retrieve that value exactly using method Time.to_r:
#