Skip to content

Commit 18f1dba

Browse files
committed
doc typo
1 parent 85a34c2 commit 18f1dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ source files that represent crates have the extension `.rc`, called *crate files
587587
A Rust source file describes a module, the name and
588588
location of which -- in the module tree of the current crate -- are defined
589589
from outside the source file: either by an explicit `mod_item` in
590-
a referencing source file, or by the name of the crate ittself.
590+
a referencing source file, or by the name of the crate itself.
591591

592592
Each source file contains a sequence of zero or more `item` definitions,
593593
and may optionally begin with any number of `attributes` that apply to the containing module.

0 commit comments

Comments
 (0)