Skip to content

Commit

Permalink
Merge pull request #3968 from GlenHertz/patch-2
Browse files Browse the repository at this point in the history
Doc typo (thins -> things)
  • Loading branch information
nolta committed Aug 7, 2013
2 parents f2f025f + 0ecf7d2 commit d3854cb
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 @@ -95,7 +95,7 @@ Resolving IP Addresses

One of the `connect` methods that does not follow the `listen` methods is `connect(host::ASCIIString,port)`, which will attempt to connect to the host
given by the `host` parameter on the port given by the port parameter. It
allows you to do thins like::
allows you to do things like::
julia> connect("google.com",80)
TcpSocket(open, 0 bytes waiting)
Expand Down

0 comments on commit d3854cb

Please sign in to comment.