From 055fc7b14dc375089b454cc7eaebeb78f9f3efaa Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Sun, 28 Aug 2022 14:57:36 -0700 Subject: [PATCH] Fix comment in timev.rb --- timev.rb | 4 ++-- 1 file 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 # -Epoch seconds is the exact number of seconds -(including fractional subseconds) since the Unix Epoch, January 1, 1970. +# Epoch seconds 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: #