Skip to content

Commit ee96742

Browse files
committed
Rollup merge of #22280 - Unode:patch-1, r=steveklabnik
2 parents aa91900 + f48eda8 commit ee96742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ not work:
6060

6161
```{ignore}
6262
fn print_sum(x, y) {
63-
println!("x is: {}", x + y);
63+
println!("sum is: {}", x + y);
6464
}
6565
```
6666

0 commit comments

Comments
 (0)