From e13a6981bd278c2cfc3b5ecb2517367b117f7a52 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 27 Oct 2016 21:40:28 -0400 Subject: Work on documentation Continued work on documenting how exactly the language works --- dice-lang/lang-desc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dice-lang/lang-desc.md') 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 -- cgit v1.2.3