Fixed a small typo in the tutorial

Just something I noticed while reading the tutorial.
This commit is contained in:
Georges Dubus 2013-09-23 10:04:48 +02:00
parent 03e5e96315
commit 90e1e8fc40
1 changed files with 1 additions and 1 deletions

View File

@ -2655,7 +2655,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