Rollup merge of #22280 - Unode:patch-1, r=steveklabnik
This commit is contained in:
commit
1ee09f918d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ not work:
|
|||
|
||||
```{rust,ignore}
|
||||
fn print_sum(x, y) {
|
||||
println!("x is: {}", x + y);
|
||||
println!("sum is: {}", x + y);
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue