From 7622f62935bacc8d040b0aa7fc118bc0b920f00a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2024 12:57:49 -0400 Subject: More file comments --- builtins/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtins/types.c') diff --git a/builtins/types.c b/builtins/types.c index 72be5afa..6850e3d7 100644 --- a/builtins/types.c +++ b/builtins/types.c @@ -1,4 +1,4 @@ -// Generic type constructor +// Type information and methods for TypeInfos (i.e. runtime representations of types) #include #include #include -- cgit v1.2.3