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.
2 parents f68ef3d + 24afbac commit 22bb226Copy full SHA for 22bb226
src/flow_control/if_else.md
@@ -24,7 +24,7 @@ fn main() {
24
// This expression returns an `i32`.
25
10 * n
26
} else {
27
- println!(", and is a big number, half the number");
+ println!(", and is a big number, halve the number");
28
29
// This expression must return an `i32` as well.
30
n / 2
0 commit comments