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/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/http.rb') diff --git a/lib/net/http.rb b/lib/net/http.rb index 7b9ec4f568..cd2c110f93 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -507,7 +507,7 @@ module Net #:nodoc: BufferedIO end - # call-seq: + # :call-seq: # HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block) # HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block) # -- cgit v1.2.3