Skip to content

Commit a36de3f

Browse files
authored
Update README.md
1 parent 5ee97d6 commit a36de3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ show_debug_message(struct.stuff == new_struct.stuff); // f
5656
show_debug_message(struct.stuff.thing == new_struct.stuff.thing); // false
5757

5858
// And structs are preserving its types so you can use static fields
59-
new_araay[0].func(); // hello!
60-
new_struct.thing.func(); // hello!
59+
new_araay[0].func();
60+
new_struct.thing.func();
6161
```
6262

6363
## Author:

0 commit comments

Comments
 (0)