Skip to content

Commit

Permalink
Fixed a small typo in the tutorial
Browse files Browse the repository at this point in the history
Just something I noticed while reading the tutorial.
  • Loading branch information
madjar committed Sep 23, 2013
1 parent 03e5e96 commit 90e1e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Expand Up @@ -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

Expand Down

5 comments on commit 90e1e8f

@bors
Copy link
Contributor

@bors bors commented on 90e1e8f Sep 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at madjar@90e1e8f

@bors
Copy link
Contributor

@bors bors commented on 90e1e8f Sep 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging madjar/rust/patch-1 = 90e1e8f into auto

@bors
Copy link
Contributor

@bors bors commented on 90e1e8f Sep 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

madjar/rust/patch-1 = 90e1e8f merged ok, testing candidate = eb55348

@bors
Copy link
Contributor

@bors bors commented on 90e1e8f Sep 23, 2013

@bors
Copy link
Contributor

@bors bors commented on 90e1e8f Sep 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = eb55348

Please sign in to comment.