tutorial: Fix a test-breaking typo

This commit is contained in:
Brian Anderson 2012-07-06 18:09:22 -07:00
parent 4bb13c69d6
commit ad05996223
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ fn main() {
// Open a channel to receive game results
do listen |result_from_game| {
let = 10;
let times = 10;
let player1 = "graydon";
let player2 = "patrick";