docs: fixed typo in migrations docs (#4435)

This commit is contained in:
Richard Moore 2023-11-02 14:28:45 -04:00
parent 5431723ec3
commit 85a039f180

@ -353,8 +353,8 @@ _code: solidity non-standard packed @lang<script>
// v6
ethers.solidityPacked(types, values)
ethers.utils.solidityPackedKeccak256(types, values)
ethers.utils.solidityPackedSha256(types, values)
ethers.solidityPackedKeccak256(types, values)
ethers.solidityPackedSha256(types, values)
_code: property manipulation @lang<script>
// v5