[前][次][番号順一覧][スレッド一覧]

ruby-changes:73090

From: Jeremy <ko1@a...>
Date: Mon, 29 Aug 2022 06:58:19 +0900 (JST)
Subject: [ruby-changes:73090] 055fc7b14d (master): Fix comment in timev.rb

https://git.ruby-lang.org/ruby.git/commit/?id=055fc7b14d

From 055fc7b14dc375089b454cc7eaebeb78f9f3efaa Mon Sep 17 00:00:00 2001
From: Jeremy Evans <code@j...>
Date: Sun, 28 Aug 2022 14:57:36 -0700
Subject: 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 @@ https://github.com/ruby/ruby/blob/trunk/timev.rb#L28
 #
 # == 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:
 #
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]