Skip to content

Commit 5584b76

Browse files
authored
Fix type
1 parent 65b238e commit 5584b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libraries/AccountStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct PluginData {
1717
StoredInjectedHook[] injectedHooks;
1818
}
1919

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

0 commit comments

Comments
 (0)