From 1f8f97f5f2b750db678bb72b6a892ad5bdb5a774 Mon Sep 17 00:00:00 2001 From: Dan-k391 <73747609+Dan-k391@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:53:17 +0800 Subject: [PATCH] Update program.ts --- src/program.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/program.ts b/src/program.ts index f7c005f51d..18ebd57a6d 100644 --- a/src/program.ts +++ b/src/program.ts @@ -31,7 +31,7 @@ // │ ├─Namespace Namespace with static members // │ ├─FunctionPrototype Prototype of concrete function instances // │ ├─PropertyPrototype Prototype of concrete property instances -// │ └─ClassPrototype Prototype of concrete classe instances +// │ └─ClassPrototype Prototype of concrete class instances // └─File File, analogous to Source in the AST import {