From b7be958a17272c2ed9f4436036bad8b8738f2a9a Mon Sep 17 00:00:00 2001 From: qedk <1994constant@gmail.com> Date: Mon, 29 Apr 2024 03:49:46 +0400 Subject: [PATCH] docs: fix natspec error --- src/AvailBridge.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AvailBridge.sol b/src/AvailBridge.sol index 0749c46..3539b1c 100644 --- a/src/AvailBridge.sol +++ b/src/AvailBridge.sol @@ -79,7 +79,7 @@ contract AvailBridge is * @notice Initializes the AvailBridge contract * @param newFeePerByte New fee per byte value * @param newFeeRecipient New fee recipient address - * @param newAvail Address of the WAVAIL token contract + * @param newAvail Address of the AVAIL token contract * @param governance Address of the governance multisig * @param pauser Address of the pauser multisig * @param newVectorx Address of the VectorX contract @@ -321,8 +321,8 @@ contract AvailBridge is } /** - * @notice Burns amount worth of WAVAIL tokens and bridges it to the specified recipient on Avail - * @dev This function is used for WAVAIL transfers from Ethereum to Avail + * @notice Burns amount worth of AVAIL tokens and bridges it to the specified recipient on Avail + * @dev This function is used for AVAIL transfers from Ethereum to Avail * @param recipient Recipient of the AVAIL tokens on Avail * @param amount Amount of AVAIL tokens to bridge */