diff --git a/smart-wallets/src/WalletFactory.sol b/smart-wallets/src/WalletFactory.sol index f97c710..e7d5927 100644 --- a/smart-wallets/src/WalletFactory.sol +++ b/smart-wallets/src/WalletFactory.sol @@ -21,7 +21,7 @@ contract WalletFactory is Ownable { /** * @notice Emitted when the SmartWallet implementation is upgraded - * @param smartWallet New SmartWallet implementation + * @param smartWallet_ New SmartWallet implementation */ event Upgraded(ISmartWallet smartWallet_);