diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-11-29 20:04:44 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-11-29 20:04:44 -0500 |
| commit | fed63d8ea125c1d188df4f72af87dd59b7639458 (patch) | |
| tree | e0016da21003d03b2bb29c186f22aacb5017c5e2 /stdlib | |
| parent | bb57aeb7442ccbb2890bb4e129cfbf01b6646dd4 (diff) | |
Tweak to how 'Type' appears as a type
Diffstat (limited to 'stdlib')
| -rw-r--r-- | stdlib/types.c | 2 |
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( |
