From 184f041fb8de3398a859a20763f2a30ba1486065 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 10 Aug 2011 12:28:19 +0000 Subject: * lib/net/pop.rb: fix typo in document. * lib/net/http.rb: ditto. * lib/net/imap.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/imap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/imap.rb') diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 724bc08e3b..06e1a30094 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -980,7 +980,7 @@ module Net @@authenticators = {} @@max_flag_count = 10000 - # call-seq: + # :call-seq: # Net::IMAP.new(host, options = {}) # # Creates a new Net::IMAP object and connects it to the specified -- cgit v1.2.3