docs: fixed wrong Solidity function name (#2776).

This commit is contained in:
Richard Moore 2022-04-29 15:56:11 -04:00
parent 4467d9fa00
commit 04c0515f0b

@ -326,7 +326,7 @@ TypedDataEncoder.hashDomain(domain)
_subsection: Solidity Hashing Algorithms @<utils--solidity-hashing>
When using the Solidity ``abi.packEncoded(...)`` function, a non-standard
When using the Solidity ``abi.encodePacked(...)`` function, a non-standard
//tightly packed// version of encoding is used. These functions implement
the tightly packing algorithm.