aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/number.lux')
-rw-r--r--stdlib/source/lux/data/number.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/data/number.lux b/stdlib/source/lux/data/number.lux
index b2ad1df52..c5b3277f8 100644
--- a/stdlib/source/lux/data/number.lux
+++ b/stdlib/source/lux/data/number.lux
@@ -235,9 +235,9 @@
Real
(_lux_proc ["jvm" <field>] []))]
- [nan "getstatic:java.lang.Double:NaN" "not-a-number"]
- [+inf "getstatic:java.lang.Double:POSITIVE_INFINITY" "positive infinity"]
- [-inf "getstatic:java.lang.Double:NEGATIVE_INFINITY" "negative infinity"]
+ [nan "getstatic:java.lang.Double:NaN" "Not-a-number."]
+ [+inf "getstatic:java.lang.Double:POSITIVE_INFINITY" "Positive infinity."]
+ [-inf "getstatic:java.lang.Double:NEGATIVE_INFINITY" "Negative infinity."]
)
(def: #export (nan? number)