We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7951362 commit 65b238eCopy full SHA for 65b238e
1 file changed
src/interfaces/IPluginExecutor.sol
@@ -7,7 +7,7 @@ interface IPluginExecutor {
7
/// @return The return data from the call.
8
function executeFromPlugin(bytes calldata data) external payable returns (bytes memory);
9
10
- /// @notice Method from cals made from plugins.
+ /// @notice Method from calls made from plugins.
11
/// @dev If the target is a plugin, the call SHOULD revert.
12
/// @param target The target of the external contract to be called.
13
/// @param value The value to pass.
0 commit comments