Skip to content

Commit

Permalink
Tasks: Fix grammar mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
PatricioHenderson committed Nov 16, 2023
1 parent d68f576 commit e505f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/contracts/interfaces/base/IBaseTask.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ interface IBaseTask is IAuthorized {

/**
* @dev Tells the address from where the token amounts to execute this task are fetched.
* This address must the the Smart Vault in case the previous balance connector is set.
* This address must be the Smart Vault in case the previous balance connector is set.
*/
function getTokensSource() external view returns (address);

Expand Down

0 comments on commit e505f42

Please sign in to comment.