Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeVeeGames authored Dec 2, 2020
1 parent 5ee97d6 commit a36de3f
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 @@ -56,8 +56,8 @@ show_debug_message(struct.stuff == new_struct.stuff); // f
show_debug_message(struct.stuff.thing == new_struct.stuff.thing); // false

// And structs are preserving its types so you can use static fields
new_araay[0].func(); // hello!
new_struct.thing.func(); // hello!
new_araay[0].func();
new_struct.thing.func();
```

## Author:
Expand Down

0 comments on commit a36de3f

Please sign in to comment.