Skip to content

Commit

Permalink
fix output of getaddrinfo in networking and streams (JuliaLang#17931)
Browse files Browse the repository at this point in the history
fix output of getaddrinfo in networking and streams documentation for v0.5.
  • Loading branch information
Mus M authored and mfasi committed Sep 5, 2016
1 parent cfaaee8 commit afa3354
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 afa3354

Please sign in to comment.