Update Examples
parent
1dc8f530e3
commit
e61bb2b358
@ -673,7 +673,7 @@ fn main() {
|
|||||||
|
|
||||||
let big_n =
|
let big_n =
|
||||||
if n < 10 && n > -10 {
|
if n < 10 && n > -10 {
|
||||||
println!(", and is small, × 10");
|
println!(", and is small, * 10");
|
||||||
// This expression returns an `i32`.
|
// This expression returns an `i32`.
|
||||||
10 * n
|
10 * n
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user