From 076d8a9e4f8660745e4ec1bff4364e4c30343ed1 Mon Sep 17 00:00:00 2001 From: Dan-k391 <73747609+Dan-k391@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:33:43 +0800 Subject: [PATCH] Fix a typo in program.ts comment (#2665) --- 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 {