From e7bc648667e761bff07004686d24573abae01d41 Mon Sep 17 00:00:00 2001 From: Keating Date: Fri, 13 Dec 2024 14:43:32 -0500 Subject: [PATCH] Add missing punctuation --- src/GovernanceStaker.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GovernanceStaker.sol b/src/GovernanceStaker.sol index f870abe..e0f849e 100644 --- a/src/GovernanceStaker.sol +++ b/src/GovernanceStaker.sol @@ -190,7 +190,7 @@ abstract contract GovernanceStaker is INotifiableRewardReceiver, Multicall { /// @dev An earning power calculator should take into account that a deposit's earning power is an /// uint96. There may be overflow issues within governance staker if this is not taken into /// account. Also, there should be some mechanism to prevent the deposit from frequently being - /// bumpable if earning power changes frequently as this will eat into a users unclaimed rewards. + /// bumpable: if earning power changes frequently, this will eat into a users unclaimed rewards. IEarningPowerCalculator public earningPowerCalculator; /// @notice Tracks the total staked by a depositor across all unique deposits.