aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/format
diff options
context:
space:
mode:
authorEduardo Julian2023-01-13 22:11:05 -0400
committerEduardo Julian2023-01-13 22:11:05 -0400
commit0f9f87286acacb520aa3ab0252131e109184b4cb (patch)
tree69b21f7466ef4418ee6e696998dda0fcb78d26e3 /stdlib/source/format
parent03eb09c1e0c6de32e45579a1adaf58c9046e632f (diff)
Better formatting for types & symbols for compilation logging.
Diffstat (limited to 'stdlib/source/format')
-rw-r--r--stdlib/source/format/lux/data/text.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/format/lux/data/text.lux b/stdlib/source/format/lux/data/text.lux
index 512ada54f..d998310ae 100644
--- a/stdlib/source/format/lux/data/text.lux
+++ b/stdlib/source/format/lux/data/text.lux
@@ -71,10 +71,10 @@
[text Text text.format]
[ratio ratio.Ratio (of ratio.codec encoded)]
- [symbol Symbol (of symbol.codec encoded)]
+ [symbol Symbol (of symbol.absolute encoded)]
[location Location location.format]
[code Code code.format]
- [type Type type.format]
+ [type Type type.absolute_format]
[instant instant.Instant (of instant.codec encoded)]
[duration duration.Duration (of duration.codec encoded)]