Skip to content

Commit f48eda8

Browse files
committed
Fix small copy-paste typo
1 parent cf636c2 commit f48eda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/functions.md

Lines changed: 1 addition & 1 deletion
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)