aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-29 20:04:44 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-29 20:04:44 -0500
commitfed63d8ea125c1d188df4f72af87dd59b7639458 (patch)
treee0016da21003d03b2bb29c186f22aacb5017c5e2
parentbb57aeb7442ccbb2890bb4e129cfbf01b6646dd4 (diff)
Tweak to how 'Type' appears as a type
-rw-r--r--stdlib/types.c2
1 files changed, 1 insertions, 1 deletions
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(