mirror of
https://github.com/rust-lang/book.git
synced 2026-09-15 07:49:25 -04:00
I can't spell
This commit is contained in:
@@ -111,7 +111,7 @@ println!("Connection established!");
|
||||
|
||||
Right now, "handling" a stream means `unwrap`ping it to terminate our program if
|
||||
it encounters any errors, and then printing a message. What kind of errors can
|
||||
happen here? Well, we're not actually interating over connections, we're
|
||||
happen here? Well, we're not actually iterating over connections, we're
|
||||
iterating over *connection attempts*. The connection might not work for a number
|
||||
of reasons, many of them operating-system specific. For example, many operating
|
||||
systems have a limit to the number of simultaneous open connections you're
|
||||
|
||||
Reference in New Issue
Block a user