diff --git a/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx b/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx index a92bca857..749dd987b 100644 --- a/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx +++ b/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx @@ -106,7 +106,7 @@ Update the mapping that connects an NFT contract from L1 to L2. ### withdrawERC721 ```solidity -function depositERC721(address _token, address _to, uint256 _tokenId, uint256 _gasLimit) external payable; +function withdrawERC721(address _token, address _to, uint256 _tokenId, uint256 _gasLimit) external payable; ``` Send an ERC721 NFT from L2 to a recipient's account on L1.