Skip to content

Commit

Permalink
docs: fix natspec error
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Apr 28, 2024
1 parent b8a0fef commit b7be958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AvailBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit b7be958

Please sign in to comment.