Skip to content

Commit

Permalink
Merge pull request #2592 from timrobertsdev/master
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents authored Feb 9, 2021
2 parents 6bc9fde + 58ac9ea commit 6479753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch20-01-single-threaded.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Using `TcpListener`, we can listen for TCP connections at the address
`127.0.0.1:7878`. In the address, the section before the colon is an IP address
representing your computer (this is the same on every computer and doesn’t
represent the authors’ computer specifically), and `7878` is the port. We’ve
chosen this port for two reasons: HTTP is normally accepted on this port, and
chosen this port for two reasons: HTTP isn't normally accepted on this port, and
7878 is *rust* typed on a telephone.

The `bind` function in this scenario works like the `new` function in that it
Expand Down

0 comments on commit 6479753

Please sign in to comment.