From b0481ac44ff2594c6c240baa36357737739db445 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Sun, 30 Apr 2017 17:54:53 +0300 Subject: [PATCH] ch07: capitalize first word in paragraph --- second-edition/src/ch07-01-mod-and-the-filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/second-edition/src/ch07-01-mod-and-the-filesystem.md b/second-edition/src/ch07-01-mod-and-the-filesystem.md index e2f91cdd5..b5af61c1e 100644 --- a/second-edition/src/ch07-01-mod-and-the-filesystem.md +++ b/second-edition/src/ch07-01-mod-and-the-filesystem.md @@ -181,7 +181,7 @@ mod network { Listing 7-3: Three modules, `client`, `network`, and `network::server`, all defined in *src/lib.rs* -which has this module hierarchy: +Which has this module hierarchy: ```text communicator