diff --git a/Examples.md b/Examples.md index 0bdc352..b40df33 100644 --- a/Examples.md +++ b/Examples.md @@ -673,7 +673,7 @@ fn main() { let big_n = if n < 10 && n > -10 { - println!(", and is small, × 10"); + println!(", and is small, * 10"); // This expression returns an `i32`. 10 * n } else {