Skip to content

Commit 2eb0877

Browse files
committed
Update comment
1 parent 8470cac commit 2eb0877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/AccountStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct PermittedExternalCallData {
3636
mapping(bytes4 => bool) permittedSelectors;
3737
}
3838

39-
// Represets a set of pre- and post- hooks. Used to store both execution hooks and permitted call hooks.
39+
// Represets a set of pre- and post- hooks.
4040
struct HookGroup {
4141
EnumerableMap.Bytes32ToUintMap preHooks;
4242
// bytes21 key = pre hook function reference

0 commit comments

Comments
 (0)