[DOC] Fix Time.new description [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-12-03 13:17:38 +09:00
parent 733500e9d0
commit 433a5a0eb0
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 1 additions and 1 deletions

View File

@ -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:
#