Skip to content

Commit

Permalink
Update compiler/types.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Jan 10, 2025
1 parent 10c7a4f commit 112ed6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/types.jou
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum TypeKind:
VoidPointer
Array
Class
OpaqueClass # class with unknown members, used temporarily during compiling
OpaqueClass # class with unknown members, used temporarily during type checking
Enum

class Type:
Expand Down

0 comments on commit 112ed6f

Please sign in to comment.