From a0684c6628ed3b0099963f61bd88d642cbe738a9 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 24 Aug 2024 04:27:44 +0000 Subject: [PATCH] Update Examples --- Examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples.md b/Examples.md index 6c50f99..8fd093c 100644 --- a/Examples.md +++ b/Examples.md @@ -275,11 +275,11 @@ struct Unit struct Pair(i32, f32) -struct Point x: f32, y: f32 +struct Point x, y: f32 struct Rectangle - top_left: Point - bottom_right: Point + top_left, bottom_right: Point +