fix: Typo

Line 84!
By => With
to the them => to them
This commit is contained in:
Rohit Kumar Suman 2022-06-19 11:56:03 +05:30 committed by GitHub
parent be470c16fe
commit 9bc015071c
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.