From 6a3bac05d37ca1db1380ff2c95cfd258ec41565d Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 6 Nov 2018 15:33:39 -0500 Subject: [PATCH] Remove both just and only --- .../ch07-02-modules-and-use-to-control-scope-and-privacy.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/2018-edition/src/ch07-02-modules-and-use-to-control-scope-and-privacy.md b/2018-edition/src/ch07-02-modules-and-use-to-control-scope-and-privacy.md index b8cdd2472..f5ef67873 100644 --- a/2018-edition/src/ch07-02-modules-and-use-to-control-scope-and-privacy.md +++ b/2018-edition/src/ch07-02-modules-and-use-to-control-scope-and-privacy.md @@ -1,8 +1,7 @@ ## The Module System to Control Scope and Privacy -Rust has a feature that's often referred to as "the module system," but -it encompasses a few more features than just modules. In this section, -we'll talk about: +Rust has a feature that's often referred to as "the module system," but it +encompasses a few more features than modules. In this section, we'll talk about: * Modules, a way to organize code and control the privacy of paths * Paths, a way to name items