Skip to content

Commit 7951362

Browse files
authored
Fix documentation typo cals => calls
1 parent 5271507 commit 7951362

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
@@ -2,7 +2,7 @@
22
pragma solidity ^0.8.19;
33

44
interface IPluginExecutor {
5-
/// @notice Method from cals made from plugins.
5+
/// @notice Method from calls made from plugins.
66
/// @param data The call data for the call.
77
/// @return The return data from the call.
88
function executeFromPlugin(bytes calldata data) external payable returns (bytes memory);

0 commit comments

Comments
 (0)