Skip to content

Commit

Permalink
Add missing punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Dec 13, 2024
1 parent 8749606 commit e7bc648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GovernanceStaker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e7bc648

Please sign in to comment.