Fixed errors introduced by previous commit

#565 introduced some errors in the documentation
This commit is contained in:
Denton Liu 2016-05-24 11:08:54 -04:00
parent 86c65c9339
commit d7666d9eda

View File

@ -140,7 +140,7 @@ number of bytes, always use one of `bytes1` to `bytes32` because they are much c
Fixed Point Numbers
-------------------
**bold** COMING SOON... **bold**
**COMING SOON...**
.. index:: literal, literal;rational
@ -187,6 +187,7 @@ a non-rational number).
does not compile
::
uint128 a = 1;
uint128 b = 2.5 + a + 0.5;