From fed63d8ea125c1d188df4f72af87dd59b7639458 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 29 Nov 2024 20:04:44 -0500 Subject: Tweak to how 'Type' appears as a type --- stdlib/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/types.c b/stdlib/types.c index 073bb5b8..8ced9051 100644 --- a/stdlib/types.c +++ b/stdlib/types.c @@ -14,7 +14,7 @@ public Text_t Type$as_text(const void *typeinfo, bool colorize, const TypeInfo_t *type) { - if (!typeinfo) return Text("TypeInfo_t"); + if (!typeinfo) return Text("Type"); if (colorize) return Text$concat( -- cgit v1.2.3