Skip to content

Commit 65b238e

Browse files
authored
Update IPluginExecutor.sol
1 parent 7951362 commit 65b238e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interfaces/IPluginExecutor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface IPluginExecutor {
77
/// @return The return data from the call.
88
function executeFromPlugin(bytes calldata data) external payable returns (bytes memory);
99

10-
/// @notice Method from cals made from plugins.
10+
/// @notice Method from calls made from plugins.
1111
/// @dev If the target is a plugin, the call SHOULD revert.
1212
/// @param target The target of the external contract to be called.
1313
/// @param value The value to pass.

0 commit comments

Comments
 (0)