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.
1 parent cf636c2 commit f48eda8Copy full SHA for f48eda8
src/doc/trpl/functions.md
@@ -60,7 +60,7 @@ not work:
60
61
```{ignore}
62
fn print_sum(x, y) {
63
- println!("x is: {}", x + y);
+ println!("sum is: {}", x + y);
64
}
65
```
66
0 commit comments