Skip to content

Commit ad05996

Browse files
committed
tutorial: Fix a test-breaking typo
1 parent 4bb13c6 commit ad05996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fn main() {
8383
// Open a channel to receive game results
8484
do listen |result_from_game| {
8585
86-
let = 10;
86+
let times = 10;
8787
let player1 = "graydon";
8888
let player2 = "patrick";
8989

0 commit comments

Comments
 (0)