From 6384755bcccec4574002813a1f3b6b9152bb69d0 Mon Sep 17 00:00:00 2001 From: Nicholas Addison Date: Mon, 28 Oct 2024 18:19:54 +1100 Subject: [PATCH] LidoARM Natspec update --- src/contracts/LidoARM.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/LidoARM.sol b/src/contracts/LidoARM.sol index c541413..131fece 100644 --- a/src/contracts/LidoARM.sol +++ b/src/contracts/LidoARM.sol @@ -42,7 +42,7 @@ contract LidoARM is Initializable, AbstractARM { } /// @notice Initialize the storage variables stored in the proxy contract. - /// The deployer that calls initialize has to approve the this ARM's proxy contract to transfer 1e12 WETH. + /// The deployer that calls initialize has to approve the ARM's proxy contract to transfer 1e12 WETH. /// @param _name The name of the liquidity provider (LP) token. /// @param _symbol The symbol of the liquidity provider (LP) token. /// @param _operator The address of the account that can request and claim Lido withdrawals.