Fix typographical errors (#5194)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -66,7 +66,7 @@ function verify${suffix}(${(hash ? formatArgsMultiline : formatArgsSingleLine)(
|
||||
* @dev Returns the rebuilt hash obtained by traversing a Merkle tree up
|
||||
* from \`leaf\` using \`proof\`. A \`proof\` is valid if and only if the rebuilt
|
||||
* hash matches the root of the tree. When processing the proof, the pairs
|
||||
* of leafs & pre-images are assumed to be sorted.
|
||||
* of leaves & pre-images are assumed to be sorted.
|
||||
*
|
||||
* This version handles proofs in ${location} with ${hash ? 'a custom' : 'the default'} hashing function.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user