mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
silly bug
This commit is contained in:
parent
8c8bb103b2
commit
a2f960abfb
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export class FaState {
|
||||||
|
|
||||||
toString(): string {
|
toString(): string {
|
||||||
if (!this.repr) {
|
if (!this.repr) {
|
||||||
this.repr = this.state + +" >" + this.input.substring(this.position);
|
this.repr = this.state + " >" + this.input.substring(this.position);
|
||||||
}
|
}
|
||||||
return this.repr;
|
return this.repr;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue