diff --git a/second-edition/src/ch20-00-unnamed-project.md b/second-edition/src/ch20-00-unnamed-project.md index 65910afdb..f68b3da8d 100644 --- a/second-edition/src/ch20-00-unnamed-project.md +++ b/second-edition/src/ch20-00-unnamed-project.md @@ -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