Skip to content

Commit

Permalink
Fix a typo in program.ts comment (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-k391 committed Mar 9, 2023
1 parent 9497c3d commit 076d8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program.ts
Expand Up @@ -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 {
Expand Down

0 comments on commit 076d8a9

Please sign in to comment.