summaryrefslogtreecommitdiff
path: root/dice-lang/lang-desc.md
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2016-10-27 21:40:28 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2016-10-27 21:40:28 -0400
commite13a6981bd278c2cfc3b5ecb2517367b117f7a52 (patch)
treec6a07aef91b5412a2f345316ccaa2fa8d0972e19 /dice-lang/lang-desc.md
parentbb27392419549bb40cbc4f194e38f471d2b9f63d (diff)
Work on documentation
Continued work on documenting how exactly the language works
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