Skip to content

Commit

Permalink
auto merge of rust-lang#9423 : madjar/rust/patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Just something I noticed while reading the tutorial.
  • Loading branch information
bors committed Sep 23, 2013
2 parents 5b6ef09 + 90e1e8f commit eb55348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eb55348

Please sign in to comment.