summaryrefslogtreecommitdiff
path: root/lib/time.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-18 05:11:31 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-18 05:11:31 +0000
commit53641c5118005bcc276557b566e8069972ca4cbc (patch)
treeb471daa2c14899d8024acc3e0da8def350b3792e /lib/time.rb
parent59c8d11b83d689a9228e0f111cfdbceaaf0515d2 (diff)
modify document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/time.rb')
-rw-r--r--lib/time.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/time.rb b/lib/time.rb
index aa8ee15de1..093d8f4a8b 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