Skip to content

Commit

Permalink
Fix typo in @param description for _verifier Update Semaphore.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
imbarty authored Dec 19, 2024
1 parent a2e8f5a commit 752663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/Semaphore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract Semaphore is ISemaphore, SemaphoreGroups {
uint256 public groupCounter;

/// @dev Initializes the Semaphore verifier used to verify the user's ZK proofs.
/// @param _verifier: Semaphore verifier addresse.
/// @param _verifier: Semaphore verifier address.
constructor(ISemaphoreVerifier _verifier) {
verifier = _verifier;
}
Expand Down

0 comments on commit 752663d

Please sign in to comment.