summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/net/imap.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 225cf65a31..ee6862811d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Apr 9 11:56:52 2001 Shugo Maeda <shugo@ruby-lang.org>
+
+ * lib/net/imap.rb: fix typo.
+
Tue Apr 3 09:56:20 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/extmk.rb.in (create_makefile): create def file only if
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index ef99b4c00c..371fca1024 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -28,7 +28,7 @@ This script invokes the FETCH command and the SEARCH command concurrently.
Object
-=== Methods
+=== Class Methods
: new(host, port = 143)
Creates a new Net::IMAP object and connects it to the specified