Skip to content

Commit 5e67db0

Browse files
Update eth-and-erc20-token-bridge.mdx
Update exactly the description of burn token (not mint)
1 parent bcd0b2e commit 5e67db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/developers/l1-and-l2-bridging/eth-and-erc20-token-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ interface IScrollStandardERC20 {
7676
/// @param _amount The amount of token to mint.
7777
function mint(address _to, uint256 _amount) external;
7878
79-
/// @notice Mint some token from account.
79+
/// @notice Burn some token from account.
8080
/// @dev Gateway Utilities, only gateway contract can call
8181
/// @param _from The address of account to burn token.
8282
/// @param _amount The amount of token to mint.

0 commit comments

Comments
 (0)