Rollup merge of #22280 - Unode:patch-1, r=steveklabnik

This commit is contained in:
Manish Goregaokar 2015-02-15 18:29:43 +05:30
commit 1ee09f918d

View File

@ -60,7 +60,7 @@ not work:
```{rust,ignore}
fn print_sum(x, y) {
println!("x is: {}", x + y);
println!("sum is: {}", x + y);
}
```