aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2016-12-12 20:15:49 -0400
committerEduardo Julian2016-12-12 20:15:49 -0400
commit6095c8149a4f0c47333d50186f0758d286d30dec (patch)
tree07f2fe7fb68c4b48a94503650b72ccd468cf89d1 /stdlib/source/lux.lux
parentbe0245eed09d242a1fa81a64ce9c3084e8251252 (diff)
- Small fixes, refactorings and expansions.
Diffstat (limited to 'stdlib/source/lux.lux')
-rw-r--r--stdlib/source/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux
index bff74ff0c..dd8e70ab6 100644
--- a/stdlib/source/lux.lux
+++ b/stdlib/source/lux.lux
@@ -2074,7 +2074,7 @@
[ Nat "nat" n.= "=" n.< n.<= "<" n.> n.>=
"Natural equality." "Natural less-than." "Natural less-than-equal." "Natural greater-than." "Natural greater-than-equal."]
- [ Int "jvm" i.= "leq" i.< i.<= "llt" i.> i.>=
+ [ Int "jvm" i.= "leq" i.< i.<= "llt" i.> i.>=
"Integer equality." "Integer less-than." "Integer less-than-equal." "Integer greater-than." "Integer greater-than-equal."]
[Frac "frac" f.= "=" f.< f.<= "<" f.> f.>=