aboutsummaryrefslogtreecommitdiffstats
path: root/timev.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-26 19:37:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-26 19:37:56 +0900
commit0bced53a8a11055d33160aa3f023b4b957e9e497 (patch)
tree716769d6ef2c20c3e3b5f8543bed3f2a57494391 /timev.rb
parent087a919ea4a6e151aa65209ebbebc9a907079172 (diff)
downloadruby-0bced53a8a11055d33160aa3f023b4b957e9e497.tar.gz
[DOC] Remove extra `+` which is not a part of keyword argument name
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 db3a1925ce..6295e16bde 100644
--- a/timev.rb
+++ b/timev.rb
@@ -270,7 +270,7 @@ class Time
# Time.at(secs, -1000000000, :nanosecond) # => 2000-12-31 23:59:58 -0600
#
#
- # Optional keyword argument <tt>+in: zone</tt> specifies the timezone
+ # Optional keyword argument <tt>in: zone</tt> specifies the timezone
# for the returned time:
#
# Time.at(secs, in: '+12:00') # => 2001-01-01 17:59:59 +1200