From 0a27e91f4f6305e6f19629333285dd31d630c5c3 Mon Sep 17 00:00:00 2001 From: zeroknots <102132718+zeroknots@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:45:05 +0700 Subject: [PATCH] Update src/core/ModuleManager.sol Co-authored-by: Konrad --- src/core/ModuleManager.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/ModuleManager.sol b/src/core/ModuleManager.sol index 5c477d7d..1beb6e18 100644 --- a/src/core/ModuleManager.sol +++ b/src/core/ModuleManager.sol @@ -12,8 +12,7 @@ import { IRegistry } from "../IRegistry.sol"; /** * @title Module * - * @dev The Module contract serves as a component in a larger system for handling smart contracts or "modules" - * within a blockchain ecosystem. This contract inherits from the IModule interface + * @dev The Module contract is responsible for handling the registration, storage and retrieval of modules on the Registry. This contract inherits from the IModule interface * * @dev The primary responsibility of the Module is to deploy and manage modules. A module is a smart contract * that has been deployed through the Module. The details of each module, such as its address, code hash, schema ID,