Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout authored Nov 8, 2023
1 parent 65b238e commit 5584b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/AccountStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct PluginData {
StoredInjectedHook[] injectedHooks;
}

// A version of IPliginManager.InjectedHook used to track injected hooks in storage.
// A version of IPluginManager. InjectedHook used to track injected hooks in storage.
// Omits the hookApplyData field, which is not needed for storage, and flattens the struct.
struct StoredInjectedHook {
// The plugin that provides the hook
Expand Down

0 comments on commit 5584b76

Please sign in to comment.