Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-cz authored Mar 7, 2024
1 parent b8ce604 commit 0c24b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ foreach st into v exec
var arr = [1,2,3,4,5,6];
foreach_rev arr into v exec
show_debug_message(fe.i + ": " + string(v));
show_debug_message(string(fe.i) + ": " + string(v));
```
```
var m = ds_map_create();
Expand Down

0 comments on commit 0c24b45

Please sign in to comment.