We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3ea866 + 9bc0150 commit 75300c3Copy full SHA for 75300c3
docs/contracts/constant-state-variables.rst
@@ -81,7 +81,7 @@ construction time.
81
82
The contract creation code generated by the compiler will modify the
83
contract's runtime code before it is returned by replacing all references
84
-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
85
you are comparing the
86
runtime code generated by the compiler with the one actually stored in the
87
blockchain.
@@ -95,4 +95,4 @@ blockchain.
95
96
This is a safeguard against different interpretations about the order
97
of state variable initialization and constructor execution, especially
98
- with regards to inheritance.
+ with regards to inheritance.
0 commit comments