Skip to content

Commit 75300c3

Browse files
authored
Merge pull request #13170 from RohitKS7/develop
fix: Typo
2 parents c3ea866 + 9bc0150 commit 75300c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contracts/constant-state-variables.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ construction time.
8181

8282
The contract creation code generated by the compiler will modify the
8383
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
84+
to immutables with the values assigned to them. This is important if
8585
you are comparing the
8686
runtime code generated by the compiler with the one actually stored in the
8787
blockchain.
@@ -95,4 +95,4 @@ blockchain.
9595

9696
This is a safeguard against different interpretations about the order
9797
of state variable initialization and constructor execution, especially
98-
with regards to inheritance.
98+
with regards to inheritance.

0 commit comments

Comments
 (0)