Fix small copy-paste typo

This commit is contained in:
Renato Alves 2015-02-13 17:09:46 +00:00
parent cf636c233d
commit f48eda8dc9

View File

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