diff --git a/packages/contracts/contracts/SemaphoreWhistleblowing.sol b/packages/contracts/contracts/SemaphoreWhistleblowing.sol index 73de7c1..efd5e25 100644 --- a/packages/contracts/contracts/SemaphoreWhistleblowing.sol +++ b/packages/contracts/contracts/SemaphoreWhistleblowing.sol @@ -23,7 +23,7 @@ contract SemaphoreWhistleblowing is ISemaphoreWhistleblowing { _; } - /// @dev Initializes the Semaphore contract. + /// @dev Initializes the Semaphore instance. /// @param _semaphore: Semaphore contract address. constructor(ISemaphore _semaphore) { semaphore = _semaphore;