Skip to content

Commit

Permalink
fix natspec in other location (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut authored Aug 27, 2024
1 parent 5c16676 commit 071ea4d
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 @@ -44,7 +44,7 @@ interface IExecutor is IAccessControl {
* @notice This struct contains the data needed to execute a specified set of actions.
* @param targets Array of targets to call.
* @param values Array of values to pass in each call.
* @param signatures Array of function signatures to encode in each call (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 calldatas to pass in each call, appended to the signature at the same array index if not empty.
* @param withDelegateCalls Array of whether to delegatecall for each call.
* @param executionTime Timestamp starting from which the actions set can be executed.
Expand Down

0 comments on commit 071ea4d

Please sign in to comment.