Skip to content

Commit 4308c82

Browse files
committed
Fix documentation reference.
1 parent 74441ce commit 4308c82

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
@@ -40,7 +40,7 @@ def self.parse(string, endpoint = nil, **options)
4040
#
4141
# @parameter scheme [String] The scheme to use, e.g. "http" or "https".
4242
# @parameter hostname [String] The hostname to connect to (or bind to).
43-
# @parameter *options [Hash] Additional options, passed to {#initialize}.
43+
# @parameter *options [Hash] Additional options, passed to {initialize}.
4444
def self.for(scheme, hostname, path = "/", **options)
4545
# TODO: Consider using URI.for once it becomes available:
4646
uri_klass = SCHEMES.fetch(scheme.downcase) do

0 commit comments

Comments
 (0)