summaryrefslogtreecommitdiff
path: root/timev.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-03 13:17:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-03 13:17:38 +0900
commit433a5a0eb03d5315f9b71988038352ced56f311a (patch)
treee7aade2614f5fdcc9f15387385a1ee2a20c9f6e6 /timev.rb
parent733500e9d02b11ff60fbbdb8daa43c2e9cfbd750 (diff)
[DOC] Fix Time.new description [ci skip]
Diffstat (limited to 'timev.rb')
-rw-r--r--timev.rb2
1 files changed, 1 insertions, 1 deletions
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:
#