Skip to content

Commit 0bced53

Browse files
committed
[DOC] Remove extra + which is not a part of keyword argument name
1 parent 087a919 commit 0bced53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timev.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def self.now(in: nil)
270270
# Time.at(secs, -1000000000, :nanosecond) # => 2000-12-31 23:59:58 -0600
271271
#
272272
#
273-
# Optional keyword argument <tt>+in: zone</tt> specifies the timezone
273+
# Optional keyword argument <tt>in: zone</tt> specifies the timezone
274274
# for the returned time:
275275
#
276276
# Time.at(secs, in: '+12:00') # => 2001-01-01 17:59:59 +1200

0 commit comments

Comments
 (0)