Skip to content

Commit

Permalink
better wording on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Aug 21, 2024
1 parent 2ca228f commit 94a84a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IExecutor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ interface IExecutor is IAccessControl {
* @dev If a signature is empty, calldata is used for the execution, calldata is appended to signature otherwise.
* @param targets Array of targets to be called by the actions set.
* @param values Array of values to pass in each call by the actions set.
* @param signatures Array of function signatures to encode in each call by the actions (can be empty).
* @param signatures Array of function signatures to encode in each call by the actions which can be empty strings.
* @param calldatas Array of calldata to pass in each call by the actions set.
* @param withDelegatecalls Array of whether to delegatecall for each call of the actions set.
**/
Expand Down

0 comments on commit 94a84a5

Please sign in to comment.