From b349a1dc1399213fd17670860bd8e4032902e405 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 25 Jan 2024 16:01:27 +0100 Subject: [PATCH] Adding missing @notice tag to a comment --- core/contracts/Acre.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/contracts/Acre.sol b/core/contracts/Acre.sol index 90a4aad17..5cf339135 100644 --- a/core/contracts/Acre.sol +++ b/core/contracts/Acre.sol @@ -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