diff options
-rw-r--r-- | docs/types.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst index 287d7c0b..abf8bb17 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -186,7 +186,9 @@ number of bytes, always use one of ``bytes1`` to ``bytes32`` because they are mu Fixed Point Numbers ------------------- -**COMING SOON...** +.. warning:: + Fixed point numbers are not fully supported by Solidity yet. They can be declared, but + cannot be assigned to or from. .. index:: address, literal;address |