From 1dc8f530e37e7bffc53277bf0e5d7477702d125b Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 25 Aug 2024 03:31:17 +0000 Subject: [PATCH] Update Examples --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 35e3c3e..0bdc352 100644 --- a/Examples.md +++ b/Examples.md @@ -703,7 +703,7 @@ fn main //! Note more literate logical operators let big_n = if n < 10 and n > -10 - println! ", and is small, × 10" + println! ", and is small, * 10" // This expression returns an `i32`. 10 * n else