Skip to content

Commit

Permalink
fix output of getaddrinfo in networking and streams (#17931)
Browse files Browse the repository at this point in the history
fix output of getaddrinfo in networking and streams documentation for v0.5.
(cherry picked from commit 068aa9d)
  • Loading branch information
Mus M authored and tkelman committed Aug 11, 2016
1 parent 826f27b commit aa59b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/networking-and-streams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,5 @@ allows you to do things like::
At the base of this functionality is :func:`getaddrinfo`, which will do the appropriate address resolution::

julia> getaddrinfo("google.com")
IPv4(74.125.226.225)
ip"74.125.226.225"

0 comments on commit aa59b42

Please sign in to comment.