From d6f44535c6482e895483c0c28c9a35bcf5e4fd88 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 22 Feb 2025 19:14:33 +0900 Subject: [PATCH] [DOC] Fix a typo --- timev.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timev.rb b/timev.rb index d3d8b39786..32512b0eab 100644 --- a/timev.rb +++ b/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.