From 95e9102f183e8a8bde28a30dde7eb75adb96d9ef Mon Sep 17 00:00:00 2001 From: howydev <132113803+howydev@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:13:22 -0500 Subject: [PATCH] . --- src/account/AccountStorage.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account/AccountStorage.sol b/src/account/AccountStorage.sol index 3d87cbd5..18b37cb9 100644 --- a/src/account/AccountStorage.sol +++ b/src/account/AccountStorage.sol @@ -33,7 +33,7 @@ struct ValidationStorage { ValidationFlags validationFlags; // The validation hooks for this validation function. HookConfig[] validationHooks; - // Execution hooks associated with this module entity, to be run when this validation is used. + // Execution hooks associated with this entity, to be run when this validation is used. EnumerableSet.Bytes32Set executionHooks; // The set of selectors that may be validated by this validation function. EnumerableSet.Bytes32Set selectors;