summaryrefslogtreecommitdiff
path: root/lib/net/https.rb
diff options
context:
space:
mode:
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.