Skip to content

Commit 04c0515

Browse files
committedApr 29, 2022
docs: fixed wrong Solidity function name (#2776).

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs.wrm/api/utils/hashing.wrm

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ TypedDataEncoder.hashDomain(domain)
326326

327327
_subsection: Solidity Hashing Algorithms @<utils--solidity-hashing>
328328

329-
When using the Solidity ``abi.packEncoded(...)`` function, a non-standard
329+
When using the Solidity ``abi.encodePacked(...)`` function, a non-standard
330330
//tightly packed// version of encoding is used. These functions implement
331331
the tightly packing algorithm.
332332

0 commit comments

Comments
 (0)
Please sign in to comment.