Changes i in code to I
Closed this issue · 3 comments
AstroCB commented
i
is often used as an iterator in code, but the script treats it in the same way that it does lowercase "i"s in regular text.
for(var [i] = 0; [i] < num; i++){
//some code
}
[i] am having some trouble with this code
In the above cases, the script turns [i]
into I
.
Unihedro commented
I'll look into this when I'm home. ;)
viziionary commented
I'm working on excluding all code from edits.
viziionary commented
Done.