tutorial: Fix broken example

This commit is contained in:
Brian Anderson 2012-07-10 00:38:58 -07:00
parent a056aea9d6
commit 75db80e233
1 changed files with 1 additions and 1 deletions

View File

@ -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;