Merge pull request #13170 from RohitKS7/develop

fix: Typo
This commit is contained in:
Mathias L. Baumann 2022-06-21 17:28:56 +02:00 committed by GitHub
commit 75300c32a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.