From 7036a8291e2c2a15b7fb275d62adc279c1890b43 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 24 Aug 2024 04:21:56 +0000 Subject: [PATCH] Update Examples --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index e1febbc..f4f33db 100644 --- a/Examples.md +++ b/Examples.md @@ -179,7 +179,7 @@ fn main() println! "Just an integer: {:?}", (5u32) let matrix = Matrix - 1.1, 1.2, + 1.1, 1.2 2.1, 2.2 println! "{:?}", matrix ```