aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/text.h')
-rw-r--r--src/stdlib/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/text.h b/src/stdlib/text.h
index 2046d667..37ed056a 100644
--- a/src/stdlib/text.h
+++ b/src/stdlib/text.h
@@ -44,7 +44,7 @@ static inline Text_t Text_from_text(Text_t t) { return t; }
int16_t: Int16$value_as_text, \
int32_t: Int32$value_as_text, \
int64_t: Int64$value_as_text, \
- double: Float64$value_as_text, \
+ double: Float64$value_as_text, \
float: Float32$value_as_text)(x)
Text_t Text$_concat(int n, Text_t items[n]);