Skip to content

Commit d434a21

Browse files
committed
Fix type syntax.
1 parent fe9586c commit d434a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async/http/endpoint.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def self.[](url)
6262
# @option hostname [String] the hostname to connect to (or bind to), overrides the URL hostname (used for SNI).
6363
# @option port [Integer] the port to bind to, overrides the URL port.
6464
# @option ssl_context [OpenSSL::SSL::SSLContext] the context to use for TLS.
65-
# @option alpn_protocols [Array<String>] the alpn protocols to negotiate.
65+
# @option alpn_protocols [Array(String)] the alpn protocols to negotiate.
6666
def initialize(url, endpoint = nil, **options)
6767
super(**options)
6868

0 commit comments

Comments
 (0)