Skip to content

Commit f15e0fc

Browse files
Update erc1155-token-bridge.mdx
Update the description of param _tokenIds
1 parent bcd0b2e commit f15e0fc

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/erc1155-token-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface IScrollERC1155 {
5252
/// @notice Batch mint some token to recipient's account.
5353
/// @dev Gateway Utilities, only gateway contract can call
5454
/// @param _to The address of recipient.
55-
/// @param _tokenIds The token id to mint.
55+
/// @param _tokenIds The list of token ids to mint.
5656
/// @param _amounts The list of corresponding amount of token to mint.
5757
/// @param _data The data passed to recipient
5858
function batchMint(

0 commit comments

Comments
 (0)