mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix a typo
This commit is contained in:
parent
b17f984e4e
commit
d6f44535c6
1 changed files with 1 additions and 1 deletions
2
timev.rb
2
timev.rb
|
@ -50,7 +50,7 @@
|
|||
# Conceptually, Time class uses a Rational value to represent the number of
|
||||
# nanoseconds from _Epoch_, 1970-01-01 00:00:00 UTC.
|
||||
# There are no boundary or resolution limitations.
|
||||
# The value can be obtaind using Time#to_r.
|
||||
# The value can be obtained using Time#to_r.
|
||||
#
|
||||
# The Time class always uses the Gregorian calendar.
|
||||
# I.e. the proleptic Gregorian calendar is used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue