From bcf09a6dd25368afb8fc8156844d0f421152b8d2 Mon Sep 17 00:00:00 2001 From: cedoor Date: Wed, 14 Sep 2022 15:25:34 +0200 Subject: [PATCH] docs: fix typo --- contracts/base/SemaphoreGroups.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/base/SemaphoreGroups.sol b/contracts/base/SemaphoreGroups.sol index 8b540bdb1..df9154477 100644 --- a/contracts/base/SemaphoreGroups.sol +++ b/contracts/base/SemaphoreGroups.sol @@ -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) {