Skip to content

Commit d6f4453

Browse files
committed
[DOC] Fix a typo
1 parent b17f984 commit d6f4453

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
@@ -50,7 +50,7 @@
5050
# Conceptually, Time class uses a Rational value to represent the number of
5151
# nanoseconds from _Epoch_, 1970-01-01 00:00:00 UTC.
5252
# There are no boundary or resolution limitations.
53-
# The value can be obtaind using Time#to_r.
53+
# The value can be obtained using Time#to_r.
5454
#
5555
# The Time class always uses the Gregorian calendar.
5656
# I.e. the proleptic Gregorian calendar is used.

0 commit comments

Comments
 (0)