Skip to content

Commit cec9b76

Browse files
authored
Merge pull request #208 from CuongDuong2710/patch-2
Update eth-and-erc20-token-bridge.mdx
2 parents e66d6c3 + 5e67db0 commit cec9b76

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)