Skip to content

Commit

Permalink
tutorial: Fix a test-breaking typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 7, 2012
1 parent 4bb13c6 commit ad05996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ad05996

Please sign in to comment.