[DOC] Fix a typo

This commit is contained in:
Nobuyoshi Nakada 2025-02-22 19:14:33 +09:00
parent b17f984e4e
commit d6f44535c6
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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.