Skip to content

Commit

Permalink
fix: update natspec comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Olanetsoft committed Nov 5, 2024
1 parent 502d741 commit 65a5e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/evm/its-custom-token/CustomToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { ERC20 } from '@openzeppelin/contracts/token/ERC20/ERC20.sol';
import { Minter } from '@axelar-network/interchain-token-service/contracts/utils/Minter.sol';

/**
* @title InterchainToken
* @notice This contract implements an interchain token which extends InterchainToken functionality.
* @title CustomToken
* @notice This contract implements a custom token which extends InterchainToken functionality.
* @dev This contract also inherits Minter and Implementation logic.
*/
contract CustomToken is InterchainTokenStandard, ERC20, Minter {
Expand Down

0 comments on commit 65a5e90

Please sign in to comment.