Skip to content

Commit

Permalink
Fix function name in docstring (#32009)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbilli authored and StefanKarpinski committed May 12, 2019
1 parent 8932ccd commit 7fdd96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Sockets/src/addrinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end
getalladdrinfo(host::AbstractString) = getalladdrinfo(String(host))

"""
getalladdrinfo(host::AbstractString, IPAddr=IPv4) -> IPAddr
getaddrinfo(host::AbstractString, IPAddr=IPv4) -> IPAddr
Gets the first IP address of the `host` of the specified `IPAddr` type.
Uses the operating system's underlying getaddrinfo implementation, which may do a DNS lookup.
Expand Down

0 comments on commit 7fdd96f

Please sign in to comment.