Did not check the correct string

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2, Sig, Sigo 2022-06-09 16:12:40 +00:00 committed by GitHub
parent c0379543e6
commit 72565d2b02
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -95,7 +95,7 @@ public class String{
public String replace(int start,int end,java.lang.String str) {
this.sb.replace(start,end,str);
bounds = new Point(0,1);
updateBounds(str);
updateBounds(this.sb.toString());
return this;
}
public int length() {