From b0724d4d7184efcac677080ef2ddd20c7db21f6e Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Sun, 4 Sep 2022 21:28:48 +0530 Subject: [PATCH] Update contracts/mainnet/connectors/wsteth/main.sol --- contracts/mainnet/connectors/wsteth/main.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/mainnet/connectors/wsteth/main.sol b/contracts/mainnet/connectors/wsteth/main.sol index 9d124efb..3971a909 100644 --- a/contracts/mainnet/connectors/wsteth/main.sol +++ b/contracts/mainnet/connectors/wsteth/main.sol @@ -14,8 +14,8 @@ abstract contract WSTETHContract is Helpers, Basic { * @dev Deposit STETH into WSTETH. * @notice Wrap STETH into WSTETH * @param stethAmt The amount of STETH to deposit. (For max: `uint256(-1)`) - * @param getId ID to retrieve amt. - * @param setId ID stores the amount of STETH deposited. + * @param getId ID to retrieve STETH amount. + * @param setId ID stores the amount of WSTETH deposited. */ function deposit( uint256 stethAmt,