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

ruby-changes:70032

From: Nobuyoshi <ko1@a...>
Date: Fri, 3 Dec 2021 13:17:58 +0900 (JST)
Subject: [ruby-changes:70032] 433a5a0eb0 (master): [DOC] Fix Time.new description [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=433a5a0eb0

From 433a5a0eb03d5315f9b71988038352ced56f311a Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 3 Dec 2021 13:17:38 +0900
Subject: [DOC] Fix Time.new description [ci skip]

---
 timev.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/timev.rb b/timev.rb
index 675b54faf64..52056f4e591 100644
--- a/timev.rb
+++ b/timev.rb
@@ -275,7 +275,7 @@ class Time https://github.com/ruby/ruby/blob/trunk/timev.rb#L275
     end
   end
 
-  # Returns a new \Time object based the on given arguments.
+  # Returns a new \Time object based on the given arguments.
   #
   # With no positional arguments, returns the value of Time.now:
   #
-- 
cgit v1.2.1


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

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