Skip to content

Commit 76a71bb

Browse files
author
SlavaRa
authored
[skip ci] Update foreach.fds
1 parent 447a8cf commit 76a71bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets/haxe/postfixgenerators/foreach.fds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ for (it in $(PCCCollection|PCCHash)) $(CSLB){
33
}
44
#pcc:PCCString
55
for ($(ItmUniqueVar) in 0...$(PCCString).length) $(CSLB){
6-
var char = $(PCCString).charAt($(EntryPoint));
6+
var char = $(PCCString).charAt($(ItmUniqueVar));
77
$(EntryPoint)
88
}

0 commit comments

Comments
 (0)