Fix small copy-paste typo
This commit is contained in:
parent
cf636c233d
commit
f48eda8dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ not work:
|
|||
|
||||
```{ignore}
|
||||
fn print_sum(x, y) {
|
||||
println!("x is: {}", x + y);
|
||||
println!("sum is: {}", x + y);
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue