We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2840f3 + f48eda8 commit 1ee09f9Copy full SHA for 1ee09f9
src/doc/trpl/functions.md
@@ -60,7 +60,7 @@ not work:
60
61
```{rust,ignore}
62
fn print_sum(x, y) {
63
- println!("x is: {}", x + y);
+ println!("sum is: {}", x + y);
64
}
65
```
66
0 commit comments