Skip to content

Commit

Permalink
fix: Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Apr 4, 2022
1 parent a36fc32 commit 7b0b0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/rewards/EmissionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract EmissionManager is Ownable, IEmissionManager {
/**
* Constructor.
* @param controller The address of the RewardsController contract
* @param controller The address of the owner of this contract
* @param owner The address of the owner
*/
constructor(address controller, address owner) {
_rewardsController = IRewardsController(controller);
Expand Down

0 comments on commit 7b0b0fd

Please sign in to comment.