Repair typo

This commit is contained in:
Tony Garnock-Jones 2021-12-09 18:51:57 +01:00
parent b5e82cba9b
commit 5455392efc
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ export class Facet {
}
toString(): string {
return `Facet(#{this.idChain()})`;
return `Facet(${this.idChain()})`;
}
}