mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Remove extra +
which is not a part of keyword argument name
This commit is contained in:
parent
087a919ea4
commit
0bced53a8a
1 changed files with 1 additions and 1 deletions
2
timev.rb
2
timev.rb
|
@ -270,7 +270,7 @@ class Time
|
||||||
# Time.at(secs, -1000000000, :nanosecond) # => 2000-12-31 23:59:58 -0600
|
# 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:
|
# for the returned time:
|
||||||
#
|
#
|
||||||
# Time.at(secs, in: '+12:00') # => 2001-01-01 17:59:59 +1200
|
# Time.at(secs, in: '+12:00') # => 2001-01-01 17:59:59 +1200
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue