diff --git a/docs/contracts/constant-state-variables.rst b/docs/contracts/constant-state-variables.rst index e917cad7f..2e94397b1 100644 --- a/docs/contracts/constant-state-variables.rst +++ b/docs/contracts/constant-state-variables.rst @@ -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. \ No newline at end of file + with regards to inheritance.