diff options
Diffstat (limited to 'docs/julia.rst')
-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 -------------------- |