From 5455392efc9976826d146101eb7bb415ac4ac126 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 9 Dec 2021 18:51:57 +0100 Subject: [PATCH] Repair typo --- packages/core/src/runtime/actor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/runtime/actor.ts b/packages/core/src/runtime/actor.ts index 0739ec6..354c256 100644 --- a/packages/core/src/runtime/actor.ts +++ b/packages/core/src/runtime/actor.ts @@ -217,7 +217,7 @@ export class Facet { } toString(): string { - return `Facet(#{this.idChain()})`; + return `Facet(${this.idChain()})`; } }