Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 70e1c0f

Browse files
committed
fix: Fix docs
1 parent 37966a1 commit 70e1c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/rewards/EmissionManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {RewardsDataTypes} from './libraries/RewardsDataTypes.sol';
1414
* @notice It manages the list of admins of reward emissions and provides functions to control reward emissions.
1515
*/
1616
contract EmissionManager is Ownable, IEmissionManager {
17-
// Map of reward addresses and their emission admins (rewardAddress => emissionAdmin)
17+
// reward => emissionAdmin
1818
mapping(address => address) internal _emissionAdmins;
1919

2020
IRewardsController internal _rewardsController;

0 commit comments

Comments
 (0)