diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-04-18 05:11:31 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-04-18 05:11:31 +0000 |
commit | 84d50c4062dd26466c4ad54ec15ef66fcfa147f7 (patch) | |
tree | b471daa2c14899d8024acc3e0da8def350b3792e /lib/time.rb | |
parent | bf7756c7b154d716ba90347b50236f72610d8e44 (diff) | |
download | ruby-84d50c4062dd26466c4ad54ec15ef66fcfa147f7.tar.gz ruby-84d50c4062dd26466c4ad54ec15ef66fcfa147f7.tar.xz ruby-84d50c4062dd26466c4ad54ec15ef66fcfa147f7.zip |
modify document.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/time.rb')
-rw-r--r-- | lib/time.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/time.rb b/lib/time.rb index aa8ee15de..093d8f4a8 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -10,7 +10,7 @@ This library extends Time class: * date-time defined by RFC 2822 * HTTP-date defined by RFC 2616 * dateTime defined by XML Schema Part 2: Datatypes (ISO 8601) - * various format handled by ParseDate. (string to time only) + * various format handled by ParseDate (string to time only) == Design Issue |