summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-11 16:48:04 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-11 16:48:04 +0000
commit3ab9be9245c1e49ee40c4e7b728feddc2368fbd0 (patch)
tree7f4bb507622aa18be63a37faaa20c227c311ac37 /time.c
parent0dee30091bdaa87b1a7ac313b4f408fdff329afa (diff)
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 1a08d0a54c..d9e446b45d 100644
--- a/time.c
+++ b/time.c
@@ -4851,7 +4851,7 @@ time_load(VALUE klass, VALUE str)
* with each other -- times that are apparently equal when displayed may be
* different when compared.
*
- * Current implemetation uses a signed 63 bit integer, Bignum or Rational.
+ * Since Ruby 1.9.2, Time implementation uses a signed 63 bit integer, Bignum or Rational.
* The integer is a number of nanoseconds since the _Epoch_ which can
* represent 1823-11-12 to 2116-02-20.
* When Bignum or Rational is used (before 1823, after 2116, under nanosecond),