Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

probably a tiny mistake in ch07-01-packages-and-crates.html #2014

Closed
zu1kd opened this issue Jul 7, 2019 · 1 comment
Closed

probably a tiny mistake in ch07-01-packages-and-crates.html #2014

zu1kd opened this issue Jul 7, 2019 · 1 comment

Comments

@zu1kd
Copy link

zu1kd commented Jul 7, 2019

The original text is:

The crate root is a source file that the Rust compiler starts from and makes up the root module of your crate (we’ll explain modules in depth in the “Defining Modules to Control Scope and Privacy”) section.

and it probably should be:

The crate root is a source file that the Rust compiler starts from and makes up the root module of your crate (we’ll explain modules in depth in the “Defining Modules to Control Scope and Privacy” section).

Note the final section probably should be inside the ()

PS:

rustup -V
rustup 1.18.3 (435397f48 2019-05-22)

@carols10cents
Copy link
Member

This was fixed in #2132. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants