Skip to content

Commit

Permalink
chore: update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Mar 8, 2024
1 parent a48a0ee commit ca7aa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

```rust
struct Point
x: Number
y: Number
x: number
y: number
end

let point_a = Point { x: 10, y: 20 }
Expand Down

0 comments on commit ca7aa96

Please sign in to comment.