Skip to content

Commit

Permalink
Correct comment of function setBuffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frihat-dev committed Oct 2, 2023
1 parent 6c58759 commit 62ee34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/TapETH.sol
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ contract TapETH is ITapETH {
}

/**
* @notice This function is called by the governance to set the buffer.
* @notice This function is called by the governance to set the buffer.
*/
function setBuffer(uint256 _amount) external {
require(msg.sender == governance, "TapETH: no governance");
Expand Down

0 comments on commit 62ee34a

Please sign in to comment.