Skip to content

Commit 10fed32

Browse files
committed
fix: compile
1 parent a6f301b commit 10fed32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/interfaces/IEmissionsController.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ interface IEmissionsController is IEmissionsControllerErrors, IEmissionsControll
119119
/// @dev Only the Incentive Council can call this function.
120120
/// @dev Ref: "Incentive Council Functions: addDistribution(weight{int}, distribution-type{see below}, strategiesAndMultipliers())"
121121
/// @param distribution The distribution to add.
122-
/// @return The id of the added distribution.
122+
/// @return distributionId The id of the added distribution.
123123
function addDistribution(
124124
Distribution calldata distribution
125125
) external returns (uint256 distributionId);

0 commit comments

Comments
 (0)