diff --git a/src/contracts/interfaces/IRewardsCoordinator.sol b/src/contracts/interfaces/IRewardsCoordinator.sol index bbc30f104..29ce6e693 100644 --- a/src/contracts/interfaces/IRewardsCoordinator.sol +++ b/src/contracts/interfaces/IRewardsCoordinator.sol @@ -345,7 +345,7 @@ interface IRewardsCoordinator is IRewardsCoordinatorErrors, IRewardsCoordinatorE * @param earner The address to set the claimer for * @param claimer The address of the entity that can call `processClaim` on behalf of the earner * @dev Only callable by operators, because we have no way of determining whether an address - * is an AVS via the AVS Directory. Once we deprecate that contract this function + * is an AVS via the AVS Directory. Once we deprecate that contract this function * will be updated to allow AVSs to set their own claimers. */ function setClaimerFor(address earner, address claimer) external;