We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5271507 commit 7951362Copy full SHA for 7951362
1 file changed
src/interfaces/IPluginExecutor.sol
@@ -2,7 +2,7 @@
2
pragma solidity ^0.8.19;
3
4
interface IPluginExecutor {
5
- /// @notice Method from cals made from plugins.
+ /// @notice Method from calls made from plugins.
6
/// @param data The call data for the call.
7
/// @return The return data from the call.
8
function executeFromPlugin(bytes calldata data) external payable returns (bytes memory);
0 commit comments