Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Dec 11, 2024
1 parent f4ad69d commit 95e9102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/AccountStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 95e9102

Please sign in to comment.