diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-06 14:49:35 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-06 14:50:53 +0900 |
commit | 62e2b61607c04ff0d2543f0515b2171a24e66b4e (patch) | |
tree | 1a497fc844315f172f4f572974e88672d907345a | |
parent | 760fe0a78a4129bdc6ba66fb3ac0c63b160ab9f0 (diff) |
Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`.
># Returns the X509 certificate chain for the session<E2><80><99>s socket peer.
-rw-r--r-- | lib/net/http.rb | 2 |
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=]: |