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:
parent
aecc3b1252
commit
055fc7b14d
1 changed files with 2 additions and 2 deletions
4
timev.rb
4
timev.rb
|
@ -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:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue