chore: fix typos

This commit is contained in:
Louise Poole
2025-06-26 12:33:31 +02:00
parent c2bb3a8ca8
commit 58324a199f
5 changed files with 9 additions and 9 deletions

View File

@@ -429,8 +429,8 @@ library LibManager {
}
}
/// @notice Calls a hook if needed after new funds have been transfered to a
/// manager
/// @notice Calls a hook if needed after new funds have been transferred to
/// a manager
function invest(uint256 amount, bytes memory config) internal {
(ManagerType managerType, bytes memory data) =
parseManagerConfig(config);