auto merge of #9423 : madjar/rust/patch-1, r=alexcrichton

Just something I noticed while reading the tutorial.
This commit is contained in:
bors 2013-09-23 09:20:56 -07:00
commit eb55348a7c

View file

@ -2692,7 +2692,7 @@ fn main() {
In general, `use` creates an local alias:
An alternate path and a possibly different name to access the same item,
whiteout touching the original, and with both being interchangeable.
without touching the original, and with both being interchangeable.
## Reexporting names