Skip to content

Commit

Permalink
Fixes minor doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren committed Dec 8, 2023
1 parent d923d14 commit 6448ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/modules/base/IModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ interface IModule {
/// @param ipOrg_ Address of the IP Org or the zero address (for protocol-wide modules).
/// @param caller_ Address of configuration caller.
/// @param params_ ABI-encoded parameters used for module configuration.
/// @return Result of the module configuration expressed as a bytes array.
/// @return result Result of the module configuration expressed as a bytes array.
function configure(IIPOrg ipOrg_, address caller_, bytes calldata params_) external returns (bytes memory result);
}

0 comments on commit 6448ded

Please sign in to comment.