From 7249414f9dc70aab2005ad60180e7225b14ad0cc Mon Sep 17 00:00:00 2001 From: Francisco Date: Wed, 9 Aug 2023 13:16:39 -0300 Subject: [PATCH] Update contracts/token/ERC721/ERC721.sol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ernesto GarcĂ­a --- 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 3b22cf5594a..1263f742f78 100644 --- a/contracts/token/ERC721/ERC721.sol +++ b/contracts/token/ERC721/ERC721.sol @@ -344,7 +344,7 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er * Requirements: * * - `to` cannot be the zero address. - * - `tokenId` token must exists and be owned by `from`. + * - `tokenId` token must be owned by `from`. * * Emits a {Transfer} event. */