diff --git a/contracts/InterchainTokenFactory.sol b/contracts/InterchainTokenFactory.sol index eb502372..4905d96f 100644 --- a/contracts/InterchainTokenFactory.sol +++ b/contracts/InterchainTokenFactory.sol @@ -251,7 +251,7 @@ contract InterchainTokenFactory is IInterchainTokenFactory, ITokenManagerType, M /** * @notice Registers a canonical token as an interchain token and deploys its token manager. - * This function is `payable` because non-payable functions cannot be called in a multicall that calls other `payable` functions. + * @dev This function is `payable` because non-payable functions cannot be called in a multicall that calls other `payable` functions. * @param tokenAddress The address of the canonical token. * @return tokenId The tokenId corresponding to the registered canonical token. */