Skip to content

Commit

Permalink
minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzhelyazkov committed Nov 15, 2023
1 parent f105c11 commit 4a87dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/pol/interfaces/ICarbonPOL.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ interface ICarbonPOL is IUpgradeable {

/**
* @notice trades ETH for *amount* of token based on the current token price (trade by target amount)
* @notice if token == ETH, trades *amount* of ETH for BNT based on the current token price (trade by source amount)
* @notice if token == ETH, trades *amount* of BNT for ETH based on the current token price (trade by target amount)
*/
function trade(Token token, uint128 amount) external payable;
}

0 comments on commit 4a87dec

Please sign in to comment.