summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-07 10:34:29 +0900
committergit <svn-admin@ruby-lang.org>2023-03-07 01:35:20 +0000
commit030f39822ac9d6d7dcdb639e099b320d3517c19c (patch)
treea618f1c11d908e00ef7e82334742dfecc93e4471 /lib/net/http.rb
parent6df8a53055cfa5af02cb5572b3655806e6ed3d5f (diff)
[ruby/net-http] Re-apply
https://github.com/ruby/net-http/commit/d22ca54904de after testing https://github.com/ruby/net-http/commit/7ac7401a9c
Diffstat (limited to 'lib/net/http.rb')
-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 29999c1afc..89277ca49d 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=]: