Skip to content

Commit

Permalink
More edits to chapter 7
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Nov 3, 2018
1 parent af0f373 commit 85d9a54
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 132 deletions.
4 changes: 2 additions & 2 deletions 2018-edition/src/ch07-00-packages-crates-and-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Rust has a number of features related to scopes. This is sometimes called
* *Modules* and the *use* keyword let you control the scope and privacy of paths.
* A *path* is a way of naming an item such as a struct, function, or module.

This chapter will cover all of these concepts. You'll be importing and
exporting names to different scopes like a pro soon!
This chapter will cover all of these concepts. You'll be bringing names into
scopes, defining scopes, and exporting names to scopes like a pro soon!
Loading

0 comments on commit 85d9a54

Please sign in to comment.