Skip to content

Commit

Permalink
[DOC] Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 22, 2025
1 parent b17f984 commit d6f4453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d6f4453

Please sign in to comment.