diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-07-10 00:38:58 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-10 00:38:58 -0700 |
| commit | 75db80e233ebdc84f2aaabf48ec1967ab0e622b4 (patch) | |
| tree | 715ce7b4d1b0be370425a43486decbd616c7f52f /doc/tutorial.md | |
| parent | a056aea9d6e5e92997fb6967e33a002e6d89b268 (diff) | |
| download | rust-75db80e233ebdc84f2aaabf48ec1967ab0e622b4.tar.gz rust-75db80e233ebdc84f2aaabf48ec1967ab0e622b4.zip | |
tutorial: Fix broken example
Diffstat (limited to 'doc/tutorial.md')
| -rw-r--r-- | doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index 37cc7635c8c..6607b3312a4 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -75,7 +75,7 @@ use std; import comm::{listen, methods}; import task::spawn; import iter::repeat; -import std::rand::{seeded_rng, seed}; +import rand::{seeded_rng, seed}; import uint::range; import io::println; |
