From e37eb3d7e3b194df335295ea2217c729423f151b Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 24 Aug 2024 04:20:27 +0000 Subject: [PATCH] Update Examples --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index f45224b..e1febbc 100644 --- a/Examples.md +++ b/Examples.md @@ -181,7 +181,7 @@ fn main() let matrix = Matrix 1.1, 1.2, 2.1, 2.2 - println! "{:?}" matrix + println! "{:?}", matrix ```