summaryrefslogtreecommitdiff
path: root/dice-lang/lang-desc.md
diff options
context:
space:
mode:
Diffstat (limited to 'dice-lang/lang-desc.md')
-rw-r--r--dice-lang/lang-desc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dice-lang/lang-desc.md b/dice-lang/lang-desc.md
index efa9567..fade9a0 100644
--- a/dice-lang/lang-desc.md
+++ b/dice-lang/lang-desc.md
@@ -14,7 +14,7 @@ You can use it like a 4-function calculator.
2+2*2+2
-> 8
```
-However, we don't support floating point numbers or math
+However, we don't support floating point (numbers or math)
```
1.1
-> ERROR: Floating point literals are not supported