Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Sep 14, 2022
1 parent cf3e877 commit bcf09a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/base/SemaphoreGroups.sol
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ abstract contract SemaphoreGroups is Context, ISemaphoreGroups {
return groups[groupId].numberOfLeaves;
}

/// @dev Converts the path indices of a Merkle proof to the identity commitment index in the three.
/// @dev Converts the path indices of a Merkle proof to the identity commitment index in the tree.
/// @param proofPathIndices: Path of the proof of membership.
/// @return Index of a group member.
function proofPathIndicesToMemberIndex(uint8[] calldata proofPathIndices) private pure returns (uint256) {
Expand Down

0 comments on commit bcf09a6

Please sign in to comment.