Skip to content

Commit

Permalink
Fix type syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 26, 2024
1 parent fe9586c commit d434a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async/http/endpoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def self.[](url)
# @option hostname [String] the hostname to connect to (or bind to), overrides the URL hostname (used for SNI).
# @option port [Integer] the port to bind to, overrides the URL port.
# @option ssl_context [OpenSSL::SSL::SSLContext] the context to use for TLS.
# @option alpn_protocols [Array<String>] the alpn protocols to negotiate.
# @option alpn_protocols [Array(String)] the alpn protocols to negotiate.
def initialize(url, endpoint = nil, **options)
super(**options)

Expand Down

0 comments on commit d434a21

Please sign in to comment.