Skip to content

Commit

Permalink
Adding missing @notice tag to a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jan 25, 2024
1 parent d40d909 commit b349a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/contracts/Acre.sol
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ contract Acre is ERC4626Fees, Ownable {

// TODO: Implement a governed upgrade process that initiates an update and
// then finalizes it after a delay.
/// Update the entry fee basis points.
/// @notice Update the entry fee basis points.
/// @param newEntryFeeBasisPoints New value of the fee basis points.
function updateEntryFeeBasisPoints(
uint256 newEntryFeeBasisPoints
Expand Down

0 comments on commit b349a1d

Please sign in to comment.