From 6505e28c400d6426b027f3d7e2faf3c64ab2aa2a Mon Sep 17 00:00:00 2001 From: "Julian M. Rodriguez" <56316686+julianmrodri@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:42:35 -0300 Subject: [PATCH] removes invalid character in comments (#2571) (cherry picked from commit fc004c0ad23dff1a3cbd743522b9a5555ff89332) --- contracts/token/ERC721/ERC721.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC721/ERC721.sol b/contracts/token/ERC721/ERC721.sol index 11a71cf72..b8f487b07 100644 --- a/contracts/token/ERC721/ERC721.sol +++ b/contracts/token/ERC721/ERC721.sol @@ -223,7 +223,7 @@ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata { * @dev Safely mints `tokenId` and transfers it to `to`. * * Requirements: - d* + * * - `tokenId` must not exist. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. *