mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
doc typo
This commit is contained in:
parent
85a34c2898
commit
18f1dba510
@ -587,7 +587,7 @@ source files that represent crates have the extension `.rc`, called *crate files
|
||||
A Rust source file describes a module, the name and
|
||||
location of which -- in the module tree of the current crate -- are defined
|
||||
from outside the source file: either by an explicit `mod_item` in
|
||||
a referencing source file, or by the name of the crate ittself.
|
||||
a referencing source file, or by the name of the crate itself.
|
||||
|
||||
Each source file contains a sequence of zero or more `item` definitions,
|
||||
and may optionally begin with any number of `attributes` that apply to the containing module.
|
||||
|
Loading…
Reference in New Issue
Block a user