We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9586c commit d434a21Copy full SHA for d434a21
lib/async/http/endpoint.rb
@@ -62,7 +62,7 @@ def self.[](url)
62
# @option hostname [String] the hostname to connect to (or bind to), overrides the URL hostname (used for SNI).
63
# @option port [Integer] the port to bind to, overrides the URL port.
64
# @option ssl_context [OpenSSL::SSL::SSLContext] the context to use for TLS.
65
- # @option alpn_protocols [Array<String>] the alpn protocols to negotiate.
+ # @option alpn_protocols [Array(String)] the alpn protocols to negotiate.
66
def initialize(url, endpoint = nil, **options)
67
super(**options)
68
0 commit comments