Skip to content

Commit 3674b60

Browse files
authored
Update ti.html
1 parent dd9a287 commit 3674b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

true/ti.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if (put){
55
while (put.length>p){
66
if (put[p+1]=="c"){
7-
p++; while (put.length>p){ pusch.push(put[p]) ; p++ }
7+
p+=3; while (put.length>p){ pusch.push(put[p]) ; p++ }
88
}
99
}
1010
}

0 commit comments

Comments
 (0)