Skip to content

Commit

Permalink
Replaced non-ascii charactor. It fails version detection at `net-http…
Browse files Browse the repository at this point in the history
….gemspec`.

  >#   Returns the X509 certificate chain for the session<E2><80><99>s socket peer.
  • Loading branch information
hsbt committed Mar 6, 2023
1 parent 39e70f0 commit d22ca54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ class HTTPHeaderSyntaxError < StandardError; end
# - {: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 sessions 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=]:
Expand Down

0 comments on commit d22ca54

Please sign in to comment.