diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-04-21 23:58:55 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-11-22 11:33:05 +0800 |
commit | 0493828916546d6fb19918c81e44eec402f7b56a (patch) | |
tree | 14dcb203721a86330e24412924a301a505ce193a /docs | |
parent | 29da069bf02e669c019d6fa136df994bc8ef6d72 (diff) | |
download | dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.tar.gz dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.tar.zst dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.zip |
Clarify literals
Diffstat (limited to 'docs')
-rw-r--r-- | docs/julia.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/julia.rst b/docs/julia.rst index 29970bd6..a1b1e678 100644 --- a/docs/julia.rst +++ b/docs/julia.rst @@ -143,7 +143,7 @@ one value. The ``continue`` and ``break`` statements can only be used inside loop bodies. The condition part of the for-loop has to evaluate to exactly one value. -Literals cannot be larger than 32 bytes. +Literals cannot be larger than the their type. The largest type defined is 256-bit wide. Formal Specification -------------------- |