silly bug

This commit is contained in:
Parker TenBroeck 2026-01-11 00:34:48 -05:00
parent 8c8bb103b2
commit a2f960abfb

View file

@ -108,7 +108,7 @@ export class FaState {
toString(): string {
if (!this.repr) {
this.repr = this.state + +" >" + this.input.substring(this.position);
this.repr = this.state + " >" + this.input.substring(this.position);
}
return this.repr;
}