about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-07-10 00:38:58 -0700
committerBrian Anderson <banderson@mozilla.com>2012-07-10 00:38:58 -0700
commit75db80e233ebdc84f2aaabf48ec1967ab0e622b4 (patch)
tree715ce7b4d1b0be370425a43486decbd616c7f52f
parenta056aea9d6e5e92997fb6967e33a002e6d89b268 (diff)
downloadrust-75db80e233ebdc84f2aaabf48ec1967ab0e622b4.tar.gz
rust-75db80e233ebdc84f2aaabf48ec1967ab0e622b4.zip
tutorial: Fix broken example
-rw-r--r--doc/tutorial.md2
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;