aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-21 23:58:55 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-11-22 11:33:05 +0800
commit0493828916546d6fb19918c81e44eec402f7b56a (patch)
tree14dcb203721a86330e24412924a301a505ce193a /docs
parent29da069bf02e669c019d6fa136df994bc8ef6d72 (diff)
downloaddexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.tar
dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.tar.gz
dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.tar.bz2
dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.tar.lz
dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.tar.xz
dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.tar.zst
dexon-solidity-0493828916546d6fb19918c81e44eec402f7b56a.zip
Clarify literals
Diffstat (limited to 'docs')
-rw-r--r--docs/julia.rst2
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
--------------------