mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
clarify init value by replacing zero with default value
This commit is contained in:
parent
15decd2413
commit
dda4b5d9d7
@ -388,7 +388,7 @@ which is executed upon contract creation, and where you can run contract
|
||||
initialisation code.
|
||||
|
||||
Before the constructor code is executed, state variables are initialised to
|
||||
their specified value if you initialise them inline, or zero if you do not.
|
||||
their specified value if you initialise them inline, or their :ref:`default value<default-value>` if you do not.
|
||||
|
||||
After the constructor has run, the final code of the contract is deployed
|
||||
to the blockchain. The deployment of
|
||||
|
Loading…
Reference in New Issue
Block a user