Skip to content

Commit

Permalink
auto merge of #5716 : dhardy/rust/master, r=thestinger
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Apr 4, 2013
2 parents b5d8224 + cb91e91 commit 717ed51
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 @@ -1191,7 +1191,7 @@ they are frozen:
let x = @mut 5;
let y = x;
{
let y = &*y; // the managed box is now frozen
let z = &*y; // the managed box is now frozen
// modifying it through x or y will cause a task failure
}
// the box is now unfrozen again
Expand Down

0 comments on commit 717ed51

Please sign in to comment.