From d3404cf152c756f1ee66832ef40e9d9d4b2f91e1 Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Wed, 12 Apr 2017 14:24:19 -0400 Subject: [PATCH] I can't spell --- second-edition/src/ch20-00-unnamed-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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