aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-03-06 15:46:28 +0900
committergit <svn-admin@ruby-lang.org>2023-03-06 13:26:34 +0000
commitfd0a5659cadb49f1640b20896cd750decdbbd701 (patch)
tree34b2fe0b5c268f67ea528dd48291af13c01fef1b /lib/net
parent704dd25812f34228a28f37c37757a675ad078a2b (diff)
downloadruby-fd0a5659cadb49f1640b20896cd750decdbbd701.tar.gz
[ruby/net-http] Test building packages
Also revert commit https://github.com/ruby/net-http/commit/d22ca54904de "Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`." https://github.com/ruby/net-http/commit/fbeb247d93
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 89277ca49d..29999c1afc 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -656,7 +656,7 @@ module Net #:nodoc:
# - {:min_version=}[rdoc-ref:Net::HTTP#min_version=]:
# Sets the minimum SSL version.
# - {#peer_cert}[rdoc-ref:Net::HTTP#peer_cert]:
- # Returns the X509 certificate chain for the session's socket peer.
+ # Returns the X509 certificate chain for the session’s socket peer.
# - {:ssl_version}[rdoc-ref:Net::HTTP#ssl_version]:
# Returns the SSL version.
# - {:ssl_version=}[rdoc-ref:Net::HTTP#ssl_version=]: