From 0493828916546d6fb19918c81e44eec402f7b56a Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 21 Apr 2017 16:58:55 +0100 Subject: Clarify literals --- docs/julia.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------------------- -- cgit