summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-04-09 02:58:56 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-04-09 02:58:56 +0000
commit5a2c05b0fcbc49c0aa0006672b7709f369f66f2b (patch)
tree9f230aed5920548c82beb77e678817a998625acc /lib/net
parent9eeb7b76c104093c3e512e6a45b29eeaea81413c (diff)
* lib/net/imap.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/imap.rb2
1 files changed, 1 insertions, 1 deletions
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