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 +