diff --git a/lib/net/http.rb b/lib/net/http.rb index 973998fdc3..5d17ae26af 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -671,7 +671,7 @@ module Net #:nodoc: # # Sets an output stream for debugging. # - # http = Net::HTTP.new + # http = Net::HTTP.new(hostname) # http.set_debug_output $stderr # http.start { .... } #