Skip to content

Commit 076d8a9

Browse files
authoredMar 9, 2023
Fix a typo in program.ts comment (#2665)
1 parent 9497c3d commit 076d8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/program.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// │ ├─Namespace Namespace with static members
3232
// │ ├─FunctionPrototype Prototype of concrete function instances
3333
// │ ├─PropertyPrototype Prototype of concrete property instances
34-
// │ └─ClassPrototype Prototype of concrete classe instances
34+
// │ └─ClassPrototype Prototype of concrete class instances
3535
// └─File File, analogous to Source in the AST
3636

3737
import {

0 commit comments

Comments
 (0)
Please sign in to comment.