Merge branch 'main' into gh-pages

This commit is contained in:
Parker TenBroeck 2026-01-11 00:34:52 -05:00
commit 4162904fac

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;
}