Skip to content

Commit ef4eaf9

Browse files
authored
(core/23-commitment/types) doc: fix typo (cosmos#1694)
1 parent 9aab42d commit ef4eaf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/23-commitment/types/merkle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func ApplyPrefix(prefix exported.Prefix, path MerklePath) (MerklePath, error) {
128128

129129
var _ exported.Proof = (*MerkleProof)(nil)
130130

131-
// VerifyMembership verifies the membership pf a merkle proof against the given root, path, and value.
131+
// VerifyMembership verifies the membership of a merkle proof against the given root, path, and value.
132132
func (proof MerkleProof) VerifyMembership(specs []*ics23.ProofSpec, root exported.Root, path exported.Path, value []byte) error {
133133
if err := proof.validateVerificationArgs(specs, root); err != nil {
134134
return err

0 commit comments

Comments
 (0)