summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authorgsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-01 08:08:49 +0000
committergsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-01 08:08:49 +0000
commit86b6099a6a1d0153df6070b24f981f46bc167c86 (patch)
tree38d96e7cbe6713a4cf90ea44efecedbb162e3970 /lib/net
parentb8edcc30819d89812018da7862cccc4c0e7739ad (diff)
* lib/test/unit.rb: rearranged documentation for RDoc's sake.
* lib/matrix.rb: improved documentation. * lib/net/http.rb: slight documentation formatting improvement. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/http.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index e50a39cf5c..d86a54a3b2 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -14,7 +14,7 @@
# modify this program under the same terms of ruby itself ---
# Ruby Distribution License or GNU General Public License.
#
-# See Net:::HTTP for an overview and examples.
+# See Net::HTTP for an overview and examples.
#
# NOTE: You can find Japanese version of this document here:
# http://www.ruby-lang.org/ja/man/?cmd=view;name=net%2Fhttp.rb
@@ -39,7 +39,7 @@ module Net # :nodoc:
# This library provides your program functions to access WWW
# documents via HTTP, Hyper Text Transfer Protocol version 1.1.
# For details of HTTP, refer [RFC2616]
- # ((<URL:http://www.ietf.org/rfc/rfc2616.txt>)).
+ # (http://www.ietf.org/rfc/rfc2616.txt).
#
# == Examples
#
@@ -1787,10 +1787,10 @@ module Net # :nodoc:
end
- # :enddoc:
+ # :stopdoc:
- #--
# for backward compatibility
+
class HTTP
ProxyMod = ProxyDelta
end