Merge pull request #2660 from jamesray1/patch-26

Constructor index in docs/contracts.rst
This commit is contained in:
chriseth 2017-08-15 17:43:29 +02:00 committed by GitHub
commit 8ee973f316

View File

@ -10,7 +10,7 @@ variables. Calling a function on a different contract (instance) will perform
an EVM function call and thus switch the context such that state variables are
inaccessible.
.. index:: ! contract;creation
.. index:: ! contract;creation, constructor
******************
Creating Contracts