aboutsummaryrefslogtreecommitdiffstats
path: root/timev.rb
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2022-08-28 14:57:36 -0700
committerJeremy Evans <code@jeremyevans.net>2022-08-28 14:57:36 -0700
commit055fc7b14dc375089b454cc7eaebeb78f9f3efaa (patch)
tree6bbc3cd8d51fe99fe90f11cdf157a9e2de255251 /timev.rb
parentaecc3b12528e1b02d24bcd5df746e93aa04ba211 (diff)
downloadruby-055fc7b14dc375089b454cc7eaebeb78f9f3efaa.tar.gz
Fix comment in timev.rb
Diffstat (limited to 'timev.rb')
-rw-r--r--timev.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/timev.rb b/timev.rb
index 48aabdc798..891142e0ef 100644
--- a/timev.rb
+++ b/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:
#