diff --git a/ChangeLog b/ChangeLog index 5920dc5254..6de8cca679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 9 11:56:52 2001 Shugo Maeda + + * lib/net/imap.rb: fix typo. + Thu Apr 5 22:40:12 2001 Yukihiro Matsumoto * variable.c (rb_const_get): no recursion to show full class path diff --git a/lib/net/imap.rb b/lib/net/imap.rb index c974248dd7..ea064d2552 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -16,7 +16,7 @@ Net::IMAP implements Internet Message Access Protocol (IMAP) clients. Object -=== Methods +=== Class Methods : new(host, port = 143) Creates a new Net::IMAP object and connects it to the specified