From 18f1dba510f4710df7de4ba8f16f8029efe2015c Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 24 Jan 2013 15:32:20 -0800 Subject: [PATCH] doc typo --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index d4ec308df86..e31441c7cd2 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -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.