From ca3ceb4de21892e361657eb546fca0eb7b1aa4e6 Mon Sep 17 00:00:00 2001 From: Matt Searle Date: Mon, 27 Mar 2017 17:19:08 +1300 Subject: Fix typo --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts.rst b/docs/contracts.rst index 28c003bd..9e35be84 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -436,7 +436,7 @@ execution data (``msg.gas``) or make calls to external contracts are disallowed. that might have a side-effect on memory allocation are allowed, but those that might have a side-effect on other memory objects are not. The built-in functions ``keccak256``, ``sha256``, ``ripemd160``, ``ecrecover``, ``addmod`` and ``mulmod`` -are allowed (ever though they do call external contracts). +are allowed (even though they do call external contracts). The reason behind allowing side-effects on the memory allocator is that it should be possible to construct complex objects like e.g. lookup-tables. -- cgit v1.2.3