From 433a5a0eb03d5315f9b71988038352ced56f311a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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 675b54faf6..52056f4e59 100644 --- a/timev.rb +++ b/timev.rb @@ -275,7 +275,7 @@ class Time 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.3