mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix: Typo
Line 84! By => With to the them => to them
This commit is contained in:
parent
be470c16fe
commit
9bc015071c
@ -81,7 +81,7 @@ construction time.
|
||||
|
||||
The contract creation code generated by the compiler will modify the
|
||||
contract's runtime code before it is returned by replacing all references
|
||||
to immutables by the values assigned to the them. This is important if
|
||||
to immutables with the values assigned to them. This is important if
|
||||
you are comparing the
|
||||
runtime code generated by the compiler with the one actually stored in the
|
||||
blockchain.
|
||||
@ -95,4 +95,4 @@ blockchain.
|
||||
|
||||
This is a safeguard against different interpretations about the order
|
||||
of state variable initialization and constructor execution, especially
|
||||
with regards to inheritance.
|
||||
with regards to inheritance.
|
||||
|
Loading…
Reference in New Issue
Block a user