summaryrefslogtreecommitdiff
path: root/lib/net/https.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-05 07:01:49 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-05 07:01:49 +0000
commit972cf8c91e54bbef5c6d73ed5fc187f8d89735a8 (patch)
treeedc1c45cd50be57f72267abbd72a58cb9736b179 /lib/net/https.rb
parented44d40ba7b0c4d79bbaac5961459ff1be537d25 (diff)
Fix up r65505 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/https.rb')
-rw-r--r--lib/net/https.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/https.rb b/lib/net/https.rb
index 922638e137..d46721c82a 100644
--- a/lib/net/https.rb
+++ b/lib/net/https.rb
@@ -4,7 +4,7 @@
= net/https -- SSL/TLS enhancement for Net::HTTP.
This file has been merged with net/http. There is no longer any need to
- require_relative 'https' to use HTTPS.
+ require 'net/https' to use HTTPS.
See Net::HTTP for details on how to make HTTPS connections.